Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

style: remove nouns #47

Merged
merged 1 commit into from
Oct 21, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading