Skip to content

Commit

Permalink
feat: add attribution footer
Browse files Browse the repository at this point in the history
  • Loading branch information
theodorusclarence committed Jan 20, 2022
1 parent 52c7aa8 commit fe15104
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/pages/index.tsx
Expand Up @@ -8,6 +8,7 @@ import { getSocialTree } from '@/lib/notion';

import Accent from '@/components/Accent';
import Layout from '@/components/layout/Layout';
import UnderlineLink from '@/components/links/UnderlineLink';
import UnstyledLink from '@/components/links/UnstyledLink';
import Seo from '@/components/Seo';

Expand Down Expand Up @@ -72,6 +73,13 @@ export default function IndexPage({
</div>
))}
</div>
{/* Thank you for not removing this as an attribution 🙏 */}
<p className='mt-10 text-gray-300'>
Built using{' '}
<UnderlineLink href='https://github.com/theodorusclarence/notiolink'>
<Accent>Notiolink</Accent>
</UnderlineLink>
</p>
</div>
</section>
</main>
Expand Down

1 comment on commit fe15104

@vercel
Copy link

@vercel vercel bot commented on fe15104 Jan 20, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.