diff --git a/public/favicon.svg b/public/favicon.svg index 0f39062..68decf0 100644 --- a/public/favicon.svg +++ b/public/favicon.svg @@ -1,13 +1,47 @@ - - - - - - - - - - + + + + + + + + + + + + + + + + + diff --git a/public/images/logo-icon.svg b/public/images/logo-icon.svg deleted file mode 100644 index 96d5c8c..0000000 --- a/public/images/logo-icon.svg +++ /dev/null @@ -1,46 +0,0 @@ - - - - - - - - - - - - - - - - - - diff --git a/src/components/App.astro b/src/components/App.astro index e0fa197..4754871 100644 --- a/src/components/App.astro +++ b/src/components/App.astro @@ -23,7 +23,7 @@ const i18n = getI18N({ currentLocale }); } }); - +
diff --git a/src/components/Work/Work.astro b/src/components/Work/Work.astro index b40237f..c4f1536 100644 --- a/src/components/Work/Work.astro +++ b/src/components/Work/Work.astro @@ -24,6 +24,7 @@ type Project = { imageSrc: string; website?: string; }; +// TODO: aƱadir mas coherencia en las imagenes de los proyectos const { PROJECTS_TITLE, PROJECTS_TITLE_AFTER_BR, PROYECTS } = Astro.props; const projects = [ diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro index 42846a9..0b74d08 100644 --- a/src/layouts/Layout.astro +++ b/src/layouts/Layout.astro @@ -38,7 +38,6 @@ const { title } = Astro.props; property="og:site_name" content="Carlos Jorge's personal portfolio website" /> -