File size: 183 Bytes
1067b6f | 1 2 3 4 5 6 7 8 | export const Logo = () => {
return (
<p className="scroll-m-20 text-2xl md:text-3xl font-semibold tracking-tight transition-colors first:mt-0">
ShopSmart
</p>
);
};
|
1067b6f | 1 2 3 4 5 6 7 8 | export const Logo = () => {
return (
<p className="scroll-m-20 text-2xl md:text-3xl font-semibold tracking-tight transition-colors first:mt-0">
ShopSmart
</p>
);
};
|