Skip to content

Commit

Permalink
feat: change 'powered by' text to 'built' with
Browse files Browse the repository at this point in the history
  • Loading branch information
ixartz committed Nov 22, 2022
1 parent b02e308 commit fe0a29f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/templates/Main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -61,11 +61,11 @@ 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}. Powered with{' '}
© Copyright {new Date().getFullYear()} {AppConfig.title}. Built with{' '}
<span role="img" aria-label="Love">
</span>{' '}
by <a href="https://creativedesignsguru.com">CreativeDesignsGuru</a>
by <a href="https://creativedesignsguru.com">CreativeDesignsGuru</a>.
{/*
* PLEASE READ THIS SECTION
* We'll really appreciate if you could have a link to our website
Expand Down

0 comments on commit fe0a29f

Please sign in to comment.