Added a back to main clicking on the link, added help page, added a last 5 viewed
This commit is contained in:
@@ -104,6 +104,10 @@
|
||||
align-items: center;
|
||||
gap: 8px;
|
||||
}
|
||||
.footer-links {
|
||||
display: flex;
|
||||
gap: 20px;
|
||||
}
|
||||
.footer-links a {
|
||||
color: var(--text-muted);
|
||||
text-decoration: none;
|
||||
@@ -509,6 +513,7 @@
|
||||
📚 <span>OfflineU</span>
|
||||
</div>
|
||||
<div class="footer-links">
|
||||
<a href="/help">❓ Help</a>
|
||||
<a href="/settings">⚙ Settings</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user