Skip to content

Commit e439344

Browse files
authored
Update index.tsx
1 parent 8a5b6f5 commit e439344

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pages/index.tsx

+2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@ const Home: NextPage = () => {
99
<div className="mt-20 absolute inset-0 bg-[url(/grid.svg)] bg-center [mask-image:linear-gradient(180deg,white,rgba(255,255,255,0))]"></div>
1010
<div className="w-full h-40 absolute bg-light-purple dark:purple dark:bg-black">
1111
<div className="sm:ml-0 ml-5 mr-0 mt-3 md:pl-80 md:pr-80 sm:w-full h-full bg-purple-500 dark:bg-black">
12+
<a href="https://pad.osm.lat/s/FTvJUqi9u">
1213
<Image src="/OSM_LatAm_Logo.svg" width={100} height={100} className="w-40 h-16" alt="OSM LatAm" />
14+
</a>
1315
</div>
1416
</div>
1517
<div className='mt-20 w-full absolute overflow-scroll '>

0 commit comments

Comments
 (0)