heisbuba commited on
Commit
756ca79
Β·
verified Β·
1 Parent(s): 83d09c1

Update src/templates/index.html

Browse files
Files changed (1) hide show
  1. 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">Open Source β†—</a>
 
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">Open Source</a>
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') %}