Skip to content

Commit

Permalink
feat: update footer message and comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ixartz committed Dec 2, 2022
1 parent a4331f9 commit 4f74176
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions src/templates/Main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -61,16 +61,13 @@ const Main = (props: IMainProps) => (
<div className="content py-5 text-xl">{props.children}</div>

<div className="border-t border-gray-300 py-8 text-center text-sm">
© Copyright {new Date().getFullYear()} {AppConfig.title}. Built with{' '}
<span role="img" aria-label="Love">
</span>{' '}
by <a href="https://creativedesignsguru.com">CreativeDesignsGuru</a>.
© Copyright {new Date().getFullYear()} {AppConfig.title}. Made with{' '}
<a href="https://creativedesignsguru.com">CreativeDesignsGuru</a>.
{/*
* PLEASE READ THIS SECTION
* We'll really appreciate if you could have a link to our website
* I'm an indie maker with limited resources and funds, I'll really appreciate if you could have a link to my website.
* The link doesn't need to appear on every pages, one link on one page is enough.
* Thank you for your support it'll mean a lot for us.
* For example, in the `About` page. Thank you for your support, it'll mean a lot to me.
*/}
</div>
</div>
Expand Down

0 comments on commit 4f74176

Please sign in to comment.