Skip to content

Commit

Permalink
Add tienda oficial link
Browse files Browse the repository at this point in the history
  • Loading branch information
midudev committed Jul 16, 2024
1 parent c219dbd commit 3b8835f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,5 @@ yarn.lock
.config/*

local-images/*
src/middleware.tsall
src/middleware.tsall
.vercel
6 changes: 3 additions & 3 deletions src/components/Header.astro
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ const pages = [
{ name: "Combates", href: "/combates", active: normalizedPathName.startsWith("/combates") },
{ name: "Pronósticos", href: "/pronosticos" },
{
name: "Entradas",
href: "https://www.entradas.com/artist/la-velada-del-ano/?affiliate=LVL",
name: "Tienda Oficial",
href: "https://lavelada.store/",
target: "_blank",
}
},
].map((page) => ({
...page,
active: page.active ?? normalizedPathName === page.href,
Expand Down

0 comments on commit 3b8835f

Please sign in to comment.