diff --git a/README.md b/README.md index ffac0dc..89d6ec6 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# voTEE +# Oasis Votee [![CI build status][github-ci-build-badge]][github-ci-build-link] [![CI lint status][github-ci-lint-badge]][github-ci-lint-link] diff --git a/frontend/index.html b/frontend/index.html index 3027ad8..99f3c17 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -4,7 +4,7 @@ - Voting dApp + Oasis Votee
diff --git a/frontend/src/components/icons/LogoIcon.tsx b/frontend/src/components/icons/LogoIcon.tsx index d45b3d0..4f61282 100644 --- a/frontend/src/components/icons/LogoIcon.tsx +++ b/frontend/src/components/icons/LogoIcon.tsx @@ -1,16 +1,56 @@ import { FC } from 'react' export const LogoIcon: FC = () => ( - - - + + + + + + + + + + + + + + + + + + + )