Skip to content

Commit

Permalink
feat: remove commented out code and update favicon link
Browse files Browse the repository at this point in the history
  • Loading branch information
eanorambuena committed Jan 6, 2024
1 parent 0c0938b commit 0c9054f
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions app/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,9 @@ export function app () {
<p class="text-2xl md:text-4xl">
1 a 3 de marzo, Campus San Joaquín UC
</p>
<!--
<button id="cta" class="bg-[#384DBF] text-white text-2xl md:text-4xl px-4 py-2 rounded-lg drop-shadow-lg">
Ver más
</button>-->
</button>
</article>
</section>
<section class="h-screen w-screen flex flex-col justify-center items-center gap-4">
Expand Down
1 change: 0 additions & 1 deletion app/services/client.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import { createClient } from '@supabase/supabase-js'

const supabaseUrl = import.meta.env.VITE_SUPABASE_PUBLIC_URL
const supabaseKey = import.meta.env.VITE_SUPABASE_ANON_PUBLIC_KEY
console.log(typeof supabaseUrl, typeof supabaseKey)

export const client = createClient(supabaseUrl, supabaseKey)

Expand Down
Binary file added public/favicon.ico
Binary file not shown.
2 changes: 1 addition & 1 deletion template.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<meta name="theme-color" content="#0F172A">
<meta name="author" content="Open Source UC">
<meta name="description" content="uOttaHack 6 UC es una hackatón para estudiantes universitarios, con sede en el campus San Joaquín UC. Durante 36 horas, podrás colaborar en proyectos innovadores, asistir a talleres educativos, establecer contactos con empresas y competir en desafíos que invitan a la reflexión.">
<link rel="icon" href="https://raw.githubusercontent.com/emmyjs/emmyjs.github.io/main/public/favicon.ico" type="image/x-icon">
<link rel="icon" href="favicon.ico" type="image/x-icon">
<title>uOttaHack 6 UC</title>
<link href="https://fonts.cdnfonts.com/css/harabara" rel="stylesheet">
<link rel="stylesheet" href="./styles/index.css">
Expand Down

0 comments on commit 0c9054f

Please sign in to comment.