Skip to content

Commit

Permalink
style: remove nouns
Browse files Browse the repository at this point in the history
  • Loading branch information
jo-elimu committed Oct 21, 2024
1 parent 94214d2 commit 9253f6d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
3 changes: 1 addition & 2 deletions frontend/src/components/MainFooter.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@ export default function MainFooter() {
console.debug("MainFooter");
return (
<footer className="mt-16 p-8 flex justify-center w-full border-purple-100 dark:border-purple-950 border-t-2">
Made with <span className="animate-pulse">💜</span> by&nbsp;<a href="https://elimu.ai" className="text-purple-600">elimu.ai</a>,
powered by&nbsp;<a href="https://nouns.wtf" className="text-purple-600">Nouns ⌐◨-◨</a>
Made with <span className="animate-pulse">💜</span> by&nbsp;<a href="https://elimu.ai" className="text-purple-600">elimu.ai</a>
</footer>
)
}
5 changes: 0 additions & 5 deletions frontend/src/components/MainHeader.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,6 @@ export default function MainHeader() {
<Link href="/">
<Image className='mx-auto' src="/logo.svg" alt="Logo" width={160} height={160} />
</Link>
<span className="mt-10 -ml-32 -rotate-45 drop-shadow-md">
<div className="animate-bounce">
<Link href="/">&nbsp;⌐◨-◨</Link>
</div>
</span>
</div>

<div className="flex flex-row-reverse items-center w-full text-4xl">
Expand Down

0 comments on commit 9253f6d

Please sign in to comment.