[dyad] Added a separator to the footer - wrote 1 file(s)
This commit is contained in:
@@ -1,8 +1,10 @@
|
|||||||
import { ThemeToggle } from "@/components/theme-toggle";
|
import { ThemeToggle } from "@/components/theme-toggle";
|
||||||
|
import { Separator } from "@/components/ui/separator";
|
||||||
|
|
||||||
export const Footer = () => {
|
export const Footer = () => {
|
||||||
return (
|
return (
|
||||||
<footer className="w-full max-w-2xl p-4 row-start-2">
|
<footer className="w-full max-w-2xl p-4 row-start-2">
|
||||||
|
<Separator className="mb-4" />
|
||||||
<div className="flex justify-between items-center">
|
<div className="flex justify-between items-center">
|
||||||
<p className="text-sm text-muted-foreground">
|
<p className="text-sm text-muted-foreground">
|
||||||
v0.1.0
|
v0.1.0
|
||||||
|
|||||||
Reference in New Issue
Block a user