add settings layout

This commit is contained in:
smanylov
2025-12-01 15:21:56 +07:00
parent cc0cae334a
commit 2ef5e171b1
14 changed files with 670 additions and 5 deletions
+1 -1
View File
@@ -76,7 +76,7 @@ export default function NotificationsButton() {
<p>Нет данных</p>
)}
<div className="notification-footer">
<Link href="/pages/notifications.php" className="notification-link">Посмотреть все</Link>
<Link href="/pages/notifications" className="notification-link">Посмотреть все</Link>
</div>
</>
)}