We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a077f3 commit ae41324Copy full SHA for ae41324
src/App.tsx
@@ -15,7 +15,8 @@ function App() {
15
<div class="fixed inset-0 flex text-white">
16
<section class="m-auto flex flex-col gap-5 justify-center items-center">
17
<h1 class="font-bold text-6xl lg:text-8xl font-serif text-white">NixCon 2025</h1>
18
- <h2 class="text-3xl">📍 Rapperswil-Jona, 🇨🇭</h2>
+ <p class="text-3xl">📍 Rapperswil-Jona, 🇨🇭</p>
19
+ <p class="mt-20">stay tuned</p>
20
</section>
21
</div>
22
</>
0 commit comments