fix(App): correct navigation link for settings page by replacing anchor tag with Link component
Publish Fast Tabler Docker image / build-and-push-fast (push) Failing after 1m1s

This commit is contained in:
2026-02-17 14:33:20 +07:00
parent 3514276855
commit 73f03c21cd
+1 -1
View File
@@ -522,7 +522,7 @@ function MainLayout() {
<div className="nav-item">
<Link to="/settings" className="nav-link btn-icon rounded" title="Настройки">
<IconSettings size={20} />
</a>
</Link>
</div>
</div>
</div>