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