Skip to content

Commit 8e26355

Browse files
Updated the landing disclaimer text
Landing.tsx: “leave your feedback here” now links to http://link.humanode.io/chat/vortex-experimental-mockups-feedback (opens in new tab).
1 parent a2ae831 commit 8e26355

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

src/pages/Landing.tsx

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,19 @@ const Landing: React.FC = () => {
140140
</div>
141141
</div>
142142

143+
<div className="absolute right-0 bottom-12 left-0 px-6 text-center text-xs text-white/70">
144+
These are demonstration mockups, not the final Vortex UI. It's all
145+
WIP, so leave your feedback{" "}
146+
<a
147+
href="http://link.humanode.io/chat/vortex-experimental-mockups-feedback"
148+
target="_blank"
149+
rel="noreferrer"
150+
className="pointer-events-auto underline underline-offset-4 hover:text-white"
151+
>
152+
here
153+
</a>
154+
. Welcome to testing.
155+
</div>
143156
<footer className="absolute right-0 bottom-0 left-0 px-6 pt-4 pb-6 text-center text-xs text-white/70">
144157
2021 – 2026 Humanode.io
145158
</footer>

0 commit comments

Comments
 (0)