Disable non-functioning settings links
This commit is contained in:
parent
2c42ec3559
commit
424e53c78d
1 changed files with 2 additions and 2 deletions
|
|
@ -123,7 +123,7 @@
|
|||
preferences.
|
||||
</p>
|
||||
<div class="d-flex justify-content-between align-items-center">
|
||||
<a href="notifications.html" class="btn btn-outline-warning">
|
||||
<a class="btn btn-outline-warning disabled" disabled>
|
||||
Manage Notifications
|
||||
<i class="bi bi-arrow-right ms-1"></i>
|
||||
</a>
|
||||
|
|
@ -144,7 +144,7 @@
|
|||
Configure organization details, branding, and system preferences.
|
||||
</p>
|
||||
<div class="d-flex justify-content-between align-items-center">
|
||||
<a href="general-settings.html" class="btn btn-outline-secondary">
|
||||
<a class="btn btn-outline-secondary disabled" disabled>
|
||||
Manage Settings
|
||||
<i class="bi bi-arrow-right ms-1"></i>
|
||||
</a>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue