Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[SIRH-96] adds backlink to project site #75

Merged
merged 2 commits into from
Aug 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "client",
"version": "0.1.0",
"version": "0.1.1",
"private": true,
"type": "module",
"scripts": {
Expand Down
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
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "4-growth",
"version": "1.0.0",
"version": "1.0.1",
"description": "4-growth platform",
"scripts": {
"api:deps": "pnpm --filter api install",
Expand Down