Spaces:
Running
Running
Update src/templates/index.html
Browse files- src/templates/index.html +6 -3
src/templates/index.html
CHANGED
|
@@ -372,7 +372,8 @@
|
|
| 372 |
<div class="nav-links">
|
| 373 |
<a href="#features">Features</a>
|
| 374 |
<a href="#pricing">Pricing</a>
|
| 375 |
-
<a href="https://github.com/heisbuba/quantvat" target="_blank" title="View Source Code">
|
|
|
|
| 376 |
</div>
|
| 377 |
|
| 378 |
<div class="nav-actions">
|
|
@@ -394,8 +395,10 @@
|
|
| 394 |
|
| 395 |
<a href="#features" onclick="toggleMenu()">Features</a>
|
| 396 |
<a href="#pricing" onclick="toggleMenu()">Pricing</a>
|
| 397 |
-
<a href="https://github.com/heisbuba/quantvat" target="_blank"
|
| 398 |
-
|
|
|
|
|
|
|
| 399 |
<div style="width: 50%; height: 1px; background: var(--border); margin: 10px 0;"></div>
|
| 400 |
|
| 401 |
{% if session.get('user_id') %}
|
|
|
|
| 372 |
<div class="nav-links">
|
| 373 |
<a href="#features">Features</a>
|
| 374 |
<a href="#pricing">Pricing</a>
|
| 375 |
+
<a href="https://github.com/heisbuba/quantvat" target="_blank" title="View Source Code on Github">Github β</a>
|
| 376 |
+
<a href="https://x.com/quantvat" target="_blank">π (Twitter)</a>
|
| 377 |
</div>
|
| 378 |
|
| 379 |
<div class="nav-actions">
|
|
|
|
| 395 |
|
| 396 |
<a href="#features" onclick="toggleMenu()">Features</a>
|
| 397 |
<a href="#pricing" onclick="toggleMenu()">Pricing</a>
|
| 398 |
+
<a href="https://github.com/heisbuba/quantvat" target="_blank" title="View Source Code on Github">Github β</a>
|
| 399 |
+
|
| 400 |
+
<a href="https://x.com/quantvat" target="_blank">π (Twitter)</a>
|
| 401 |
+
|
| 402 |
<div style="width: 50%; height: 1px; background: var(--border); margin: 10px 0;"></div>
|
| 403 |
|
| 404 |
{% if session.get('user_id') %}
|