Skip to content

Commit

Permalink
feat: add AMA link on guestbook
Browse files Browse the repository at this point in the history
  • Loading branch information
theodorusclarence committed Jan 8, 2022
1 parent 293f9dc commit d400e63
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/pages/guestbook.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import * as React from 'react';
import Accent from '@/components/Accent';
import Comment from '@/components/content/Comment';
import Layout from '@/components/layout/Layout';
import CustomLink from '@/components/links/CustomLink';
import Seo from '@/components/Seo';

export default function GuestbookPage() {
Expand All @@ -21,6 +22,10 @@ export default function GuestbookPage() {
</h1>
<p className='mt-2 text-gray-700 dark:text-gray-200'>
Leave whatever you like to say鈥攎essage, appreciation, suggestions.
If you got some questions, you can leave them on the{' '}
<CustomLink href='https://github.com/theodorusclarence/theodorusclarence.com/discussions/179'>
AMA discussion
</CustomLink>
</p>
<figure className='mt-12'>
<Comment />
Expand Down

1 comment on commit d400e63

@vercel
Copy link

@vercel vercel bot commented on d400e63 Jan 8, 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.