We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d984619 commit b28185bCopy full SHA for b28185b
1 file changed
src/routes/About/Hero.tsx
@@ -0,0 +1,10 @@
1
+export default function Hero() {
2
+ return (
3
+ <div className="min-h-[10vh] grid place-items-center bg-background">
4
+ <h3 className="text-3xl text-primary">About Us</h3>
5
+ <p className="text-primary">
6
+ Little snippet about the server & community.
7
+ </p>
8
+ </div>
9
+ );
10
+}
0 commit comments