rename Countries nav item to Origins
Matches the 'Origin Intelligence' page heading. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -59,7 +59,7 @@
|
|||||||
<path d="M12 3c-3.5 4.5-3.5 13.5 0 18"/>
|
<path d="M12 3c-3.5 4.5-3.5 13.5 0 18"/>
|
||||||
<path d="M12 3c3.5 4.5 3.5 13.5 0 18"/>
|
<path d="M12 3c3.5 4.5 3.5 13.5 0 18"/>
|
||||||
</svg>
|
</svg>
|
||||||
Countries
|
Origins
|
||||||
</a>
|
</a>
|
||||||
<a href="{{ url_for('dashboard.settings') }}"
|
<a href="{{ url_for('dashboard.settings') }}"
|
||||||
class="sidebar-item{% if request.path.startswith('/dashboard/settings') %} active{% endif %}">
|
class="sidebar-item{% if request.path.startswith('/dashboard/settings') %} active{% endif %}">
|
||||||
@@ -108,7 +108,7 @@
|
|||||||
<path d="M12 3c-3.5 4.5-3.5 13.5 0 18"/>
|
<path d="M12 3c-3.5 4.5-3.5 13.5 0 18"/>
|
||||||
<path d="M12 3c3.5 4.5 3.5 13.5 0 18"/>
|
<path d="M12 3c3.5 4.5 3.5 13.5 0 18"/>
|
||||||
</svg>
|
</svg>
|
||||||
<span>Countries</span>
|
<span>Origins</span>
|
||||||
</a>
|
</a>
|
||||||
<a href="{{ url_for('dashboard.settings') }}"
|
<a href="{{ url_for('dashboard.settings') }}"
|
||||||
class="mobile-nav-item{% if request.path.startswith('/dashboard/settings') %} active{% endif %}">
|
class="mobile-nav-item{% if request.path.startswith('/dashboard/settings') %} active{% endif %}">
|
||||||
|
|||||||
Reference in New Issue
Block a user