mirror of
https://github.com/OpenCut-app/OpenCut.git
synced 2026-07-13 21:52:53 +02:00
fix color of icon in footer when in light mode (#552)
This commit is contained in:
@@ -36,7 +36,13 @@ export function Footer() {
|
|||||||
{/* Brand Section */}
|
{/* Brand Section */}
|
||||||
<div className="md:col-span-1 max-w-sm">
|
<div className="md:col-span-1 max-w-sm">
|
||||||
<div className="flex justify-start items-center gap-2 mb-4">
|
<div className="flex justify-start items-center gap-2 mb-4">
|
||||||
<Image src="/logo.svg" alt="OpenCut" width={24} height={24} />
|
<Image
|
||||||
|
src="/logo.svg"
|
||||||
|
alt="OpenCut"
|
||||||
|
width={24}
|
||||||
|
height={24}
|
||||||
|
className="invert dark:invert-0"
|
||||||
|
/>
|
||||||
<span className="font-bold text-lg">OpenCut</span>
|
<span className="font-bold text-lg">OpenCut</span>
|
||||||
</div>
|
</div>
|
||||||
<p className="text-sm md:text-left text-muted-foreground mb-5">
|
<p className="text-sm md:text-left text-muted-foreground mb-5">
|
||||||
|
|||||||
Reference in New Issue
Block a user