Skip to content

Commit befe4d6

Browse files
JacekDabrowski1JacekDabrowski1
authored andcommitted
Remove the sync tab from the navigation bar
Delete the anchor tag for the sync tab from the base HTML template. Replit-Commit-Author: Agent Replit-Commit-Session-Id: ec794acd-c4a5-47f6-b906-d70ac3c316ee Replit-Commit-Checkpoint-Type: full_checkpoint Replit-Commit-Event-Id: 1975594b-901b-4c64-b160-a54417947285 Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/28ec11df-9ccf-40bc-9ff4-d0523e5b6a98/ec794acd-c4a5-47f6-b906-d70ac3c316ee/wvojHKs Replit-Helium-Checkpoint-Created: true
1 parent bcdb576 commit befe4d6

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

website/templates/base.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@
3131
<a href="/architecture" class="{% if active == 'architecture' %}active{% endif %}">Architecture</a>
3232
<a href="/features" class="{% if active == 'features' %}active{% endif %}">Features</a>
3333
<a href="/changelog" class="{% if active == 'changelog' %}active{% endif %}">Changelog</a>
34-
<a href="/sync" class="{% if active == 'sync' %}active{% endif %}">Sync</a>
3534
<a href="https://github.com/pycleora/pycleora" class="nav-github" target="_blank">GitHub</a>
3635
</div>
3736
</div>

0 commit comments

Comments
 (0)