mirror of
https://github.com/harivansh-afk/Saas-Teamspace.git
synced 2026-04-21 05:02:17 +00:00
initial commit
This commit is contained in:
commit
ef9ccf22d3
133 changed files with 20802 additions and 0 deletions
12
components/logo.tsx
Normal file
12
components/logo.tsx
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
import { Squircle } from 'lucide-react'
|
||||
|
||||
export const Logo = () => {
|
||||
return (
|
||||
<div className="flex items-center gap-2 group">
|
||||
<Squircle className="w-12 h-12 text-primary group-hover:-rotate-12 transition-all duration-300" />
|
||||
<span className="text-xl group-hover:translate-x-0.5 transition-all duration-300">
|
||||
YourCompany
|
||||
</span>
|
||||
</div>
|
||||
)
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue