Skip to content

Commit

Permalink
Correcciones para mejorar el rendimiento
Browse files Browse the repository at this point in the history
  • Loading branch information
mouredev committed Dec 1, 2023
1 parent 959974c commit 4188c2a
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 13 deletions.
Binary file modified link_bio/assets/elgato.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified link_bio/assets/mvp.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 3 additions & 4 deletions link_bio/link_bio/components/link_sponsor.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,10 @@ def link_sponsor(imagen: str, url: str, alt: str) -> rx.Component:
return rx.link(
rx.image(
src=imagen,
height="100%",
width="100%",
height=Size.VERY_BIG.value,
aspect_ratio="5 / 2",
alt=alt
),
href=url,
is_external=True,
height=Size.VERY_BIG.value
is_external=True
)
4 changes: 2 additions & 2 deletions link_bio/public/404.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions link_bio/public/404/index.html

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Large diffs are not rendered by default.

Binary file modified link_bio/public/elgato.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions link_bio/public/index.html

Large diffs are not rendered by default.

Binary file modified link_bio/public/mvp.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion link_bio/public/sitemap-0.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<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">
<url><loc>http://localhost:3000/</loc><lastmod>2023-11-30T23:49:56.247Z</lastmod><changefreq>daily</changefreq><priority>0.7</priority></url>
<url><loc>http://localhost:3000/</loc><lastmod>2023-12-01T06:09:25.078Z</lastmod><changefreq>daily</changefreq><priority>0.7</priority></url>
</urlset>

0 comments on commit 4188c2a

Please sign in to comment.