mirror of
https://github.com/CompassConnections/Compass.git
synced 2026-04-29 02:34:17 -04:00
Clean
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 17 KiB |
@@ -47,11 +47,11 @@ function OgLover(props: LoveOgProps) {
|
||||
return (
|
||||
<div
|
||||
className="flex h-full w-full flex-col items-center justify-center"
|
||||
style={{
|
||||
fontFamily: 'var(--font-main), Figtree',
|
||||
background:
|
||||
'radial-gradient(circle at top left, #ffffff 0%, #ffffff 85%, #ffffff 100%)',
|
||||
}}
|
||||
// style={{
|
||||
// fontFamily: 'var(--font-main), Figtree',
|
||||
// background:
|
||||
// 'radial-gradient(circle at top left, #ffffff 0%, #ffffff 85%, #ffffff 100%)',
|
||||
// }}
|
||||
>
|
||||
<div className="flex flex-col">
|
||||
<img
|
||||
@@ -63,6 +63,7 @@ function OgLover(props: LoveOgProps) {
|
||||
objectPosition: 'center',
|
||||
objectFit: 'cover',
|
||||
}}
|
||||
alt='Compass logo'
|
||||
/>
|
||||
|
||||
{/* Details */}
|
||||
@@ -93,6 +94,7 @@ function OgLover(props: LoveOgProps) {
|
||||
src="https://www.compassmeet.com/favicon.ico"
|
||||
width={48}
|
||||
height={48}
|
||||
alt='Compass logo'
|
||||
/>
|
||||
<span className="text-2xl font-thin">
|
||||
compassmeet.com/{username}
|
||||
|
||||
Reference in New Issue
Block a user