mirror of
https://github.com/linsa-io/linsa.git
synced 2026-01-12 12:20:23 +01:00
Add links to social media and GitHub in LandingPage for better navigation
This commit is contained in:
@@ -25,14 +25,25 @@ function LandingPage() {
|
|||||||
<p className="mt-4 text-xl text-white/80 drop-shadow-lg">
|
<p className="mt-4 text-xl text-white/80 drop-shadow-lg">
|
||||||
Save anything privately. Share it.
|
Save anything privately. Share it.
|
||||||
</p>
|
</p>
|
||||||
<a
|
<div className="mt-6 flex items-center gap-4">
|
||||||
href="https://x.com/linsa_io"
|
<a
|
||||||
target="_blank"
|
href="https://x.com/linsa_io"
|
||||||
rel="noopener noreferrer"
|
target="_blank"
|
||||||
className="mt-6 text-sm text-white/60 transition-colors hover:text-white"
|
rel="noopener noreferrer"
|
||||||
>
|
className="text-sm text-white/60 transition-colors hover:text-white"
|
||||||
@linsa_io
|
>
|
||||||
</a>
|
@linsa_io
|
||||||
|
</a>
|
||||||
|
<span className="text-white/30">·</span>
|
||||||
|
<a
|
||||||
|
href="https://github.com/linsa-io/linsa"
|
||||||
|
target="_blank"
|
||||||
|
rel="noopener noreferrer"
|
||||||
|
className="text-sm text-white/60 transition-colors hover:text-white"
|
||||||
|
>
|
||||||
|
Open Source
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{/* Gallery Section */}
|
{/* Gallery Section */}
|
||||||
|
|||||||
Reference in New Issue
Block a user