Skip to content

Commit

Permalink
adds backlink to project site
Browse files Browse the repository at this point in the history
  • Loading branch information
agnlez committed Aug 5, 2024
1 parent ffaf30b commit 833710b
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions client/src/containers/coming-soon/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,15 @@ export default function ComingSoon() {
<h1 className="text-white text-3xl md:text-6xl font-bold whitespace-nowrap">
Visualisation Platform
</h1>
<a
href="https://4growth-project.eu/"
target="_blank"
rel="noopener noreferrer"
title="4Growth project site"
className="px-4 py-3 text-blue-900 rounded-2xl bg-white hover:bg-white/80 transition-colors font-semibold"
>
4Growth project site
</a>
</section>

<section className="grid md:grid-cols-4 gap-0.5 mb-0.5">
Expand Down

0 comments on commit 833710b

Please sign in to comment.