Skip to content

Commit

Permalink
Update file index.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
Valentin Kozlov committed Jan 24, 2024
1 parent 3ed7b21 commit 7bdcf0d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ const Templates: NextPage = () => {
return (
<Layout>
<h1 className="h5">Templates Hub</h1>
<p style={{ color: '#878787' }}>{' '}Create Software Projects easily from the templates below</p>
<p style={{ color: '#878787' }}>{' '}<a href="https://github.com/m-team-kit/templates-hub">Contribute</a> with new templates</p>
<p style={{ color: '#878787' }}>Create Software Projects easily from the templates below.{' '}
You are also welcome to <a href="https://github.com/m-team-kit/templates-hub">contribute</a> with more templates</p>

{templates.isLoading && <LoadingSpinner />}

Expand Down

0 comments on commit 7bdcf0d

Please sign in to comment.