mirror of
https://github.com/apricote/Listory.git
synced 2026-02-06 17:57:03 +00:00
feat(frontend): Dark Mode
This commit is contained in:
parent
65b0d24903
commit
78c7afc152
16 changed files with 83 additions and 62 deletions
|
|
@ -7,7 +7,7 @@ const VERSION = process.env.REACT_APP_VERSION || "Unknown";
|
|||
|
||||
export const Footer: React.FC = () => {
|
||||
return (
|
||||
<div className="flex items-center justify-between flex-wrap bg-green-500 p-4 text-green-200 hover:text-white text-xs">
|
||||
<div className="flex items-center justify-between flex-wrap bg-green-500 dark:bg-gray-800 p-4 text-green-200 hover:text-white text-xs">
|
||||
<div>
|
||||
<a
|
||||
href={CHANGELOG_URL}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue