Skip to content

Commit a4d1fc7

Browse files
committed
Correcciones para mejorar el rendimiento
1 parent 5d959d6 commit a4d1fc7

File tree

9 files changed

+11
-11
lines changed

9 files changed

+11
-11
lines changed

link_bio/link_bio/components/link_sponsor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ def link_sponsor(imagen: str, url: str, alt: str) -> rx.Component:
77
rx.image(
88
src=imagen,
99
height="100%",
10-
width="auto",
10+
width="100%",
1111
alt=alt
1212
),
1313
href=url,

link_bio/link_bio/views/links/links.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ def links() -> rx.Component:
3333
const.CODE_CHALLENGES_URL
3434
),
3535
link_button(
36-
"YouTube (canal secundario)",
36+
"YouTube canal secundario",
3737
"Emisiones en directo destacadas",
3838
"icons/youtube.svg",
3939
const.YOUTUBE_SECONDARY_URL

link_bio/public/404.html

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

link_bio/public/404/index.html

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

link_bio/public/_next/static/eKGCLBYisBVfBts9JwO1M/_buildManifest.js renamed to link_bio/public/_next/static/VDbC1pIUyUROdb0DNzBJr/_buildManifest.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
File renamed without changes.

link_bio/public/_next/static/chunks/pages/index-8814624e6eae137a.js renamed to link_bio/public/_next/static/chunks/pages/index-12cfc779fb60da61.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

link_bio/public/index.html

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

link_bio/public/sitemap-0.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns:news="http://www.google.com/schemas/sitemap-news/0.9" xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns:mobile="http://www.google.com/schemas/sitemap-mobile/1.0" xmlns:image="http://www.google.com/schemas/sitemap-image/1.1" xmlns:video="http://www.google.com/schemas/sitemap-video/1.1">
3-
<url><loc>http://localhost:3000/</loc><lastmod>2023-11-30T21:40:50.887Z</lastmod><changefreq>daily</changefreq><priority>0.7</priority></url>
3+
<url><loc>http://localhost:3000/</loc><lastmod>2023-11-30T21:59:57.138Z</lastmod><changefreq>daily</changefreq><priority>0.7</priority></url>
44
</urlset>

0 commit comments

Comments
 (0)