File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ import Picture from '~/components/core/Picture.astro';
88 <div class =" py-12 md:py-20" >
99 <div class =" text-center pb-10 md:pb-16" >
1010 <h1 class =" text-5xl md:text-[3.50rem] font-bold leading-tighter tracking-tighter mb-4 font-heading" >
11- <span class =" bg-clip-text text-transparent bg-gradient-to-r from-primary -600 to-secondary -600" >Hello World!</span > 👋
11+ <span class =" bg-clip-text text-transparent bg-gradient-to-r from-secondary -600 to-primary -600" >Hello World!</span > 👋
1212 </h1 >
1313 <h1 class =" text-5xl md:text-[3.50rem] font-bold leading-tighter tracking-tighter mb-4 font-heading" >
1414 I'm Jesus and I'm an iOS Developer
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ export const SITE = {
22 name : 'Jesus Sanz' ,
33
44 origin : 'https://jsanz.dev' ,
5- basePathname : '/jsanzdev.github.io ' ,
5+ basePathname : '/' ,
66
77 title : 'Jesus Sanz | iOS Developer' ,
88 description : '🧑🏻💻 Jesus Sanz | iOS Developer Portfolio' ,
You can’t perform that action at this time.
0 commit comments