Skip to content

Commit

Permalink
Test av push till main (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
georgelgeback authored Dec 22, 2024
1 parent 1e4765f commit 7aa8104
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions src/routes/admin/Landing.tsx
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
import { Link } from "react-router-dom";

export default function Landing() {
return (
<div>
<p>Hello! 👋</p>
<Link to="welcome">Goto news</Link>
</div>
);
return (
<div>
<p>
Hej! 👋 Du 🫵 ser 👀 denna 📄 sida 📘 för 💡 att ✨ du 🫶 är 🧊 cool 😎
och 🕸️ spindel 🕷️.
</p>
<Link to="news">Goto news</Link>
</div>
);
}

0 comments on commit 7aa8104

Please sign in to comment.