mirror of
https://github.com/catdevnull/transicion-desordenada-diablo
synced 2024-11-15 02:21:39 +00:00
mostrar link de donde viene cada portal
This commit is contained in:
parent
489934583e
commit
edb1a03803
4 changed files with 9 additions and 7 deletions
|
@ -5,11 +5,13 @@
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<a
|
<a
|
||||||
class="flex items-center leading-none text-gray-600 dark:text-gray-300 gap-1 pt-2"
|
class="flex items-center gap-1 leading-none text-gray-600 dark:text-gray-300"
|
||||||
{href}
|
{href}
|
||||||
target="_blank"
|
target="_blank"
|
||||||
rel="noopener"
|
rel="noopener"
|
||||||
>
|
>
|
||||||
<ExternalLink fill="currentColor" class="h-4" />
|
<ExternalLink fill="currentColor" class="h-4" />
|
||||||
<span class="underline">Fuente</span>
|
<span class="underline">
|
||||||
|
<slot>Fuente</slot>
|
||||||
|
</span>
|
||||||
</a>
|
</a>
|
||||||
|
|
|
@ -81,7 +81,7 @@
|
||||||
<small>{dist.fileName}</small>
|
<small>{dist.fileName}</small>
|
||||||
{/if}
|
{/if}
|
||||||
</div>
|
</div>
|
||||||
<div class="flex flex-col items-center">
|
<div class="flex flex-col items-center gap-2">
|
||||||
{#if !error}
|
{#if !error}
|
||||||
<button
|
<button
|
||||||
type="button"
|
type="button"
|
||||||
|
|
|
@ -41,8 +41,9 @@
|
||||||
})}
|
})}
|
||||||
<li>
|
<li>
|
||||||
<div class="flex justify-between gap-3 px-6 py-5">
|
<div class="flex justify-between gap-3 px-6 py-5">
|
||||||
<div class="flex flex-col">
|
<div class="flex flex-col gap-2">
|
||||||
<h3 class="text-lg">{site.title}</h3>
|
<h3 class="text-lg leading-none">{site.title}</h3>
|
||||||
|
<SourceLink href={site.url}>{site.url}</SourceLink>
|
||||||
<p class="text-sm">{site.description}</p>
|
<p class="text-sm">{site.description}</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="flex shrink-0 flex-col items-center justify-center">
|
<div class="flex shrink-0 flex-col items-center justify-center">
|
||||||
|
@ -51,7 +52,6 @@
|
||||||
class="focus:shadow-outline inline-flex items-center justify-center rounded-md bg-blue-600 px-4 py-2 text-sm font-medium tracking-wide text-white transition-colors duration-200 hover:bg-blue-700 focus:outline-none focus:ring-2 focus:ring-blue-700 focus:ring-offset-2"
|
class="focus:shadow-outline inline-flex items-center justify-center rounded-md bg-blue-600 px-4 py-2 text-sm font-medium tracking-wide text-white transition-colors duration-200 hover:bg-blue-700 focus:outline-none focus:ring-2 focus:ring-blue-700 focus:ring-offset-2"
|
||||||
>Ver portal</a
|
>Ver portal</a
|
||||||
>
|
>
|
||||||
<SourceLink href={site.url} />
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</li>
|
</li>
|
||||||
|
|
|
@ -51,7 +51,7 @@
|
||||||
<p class="p-6">Cargando..</p>
|
<p class="p-6">Cargando..</p>
|
||||||
{:then { data, errors }}
|
{:then { data, errors }}
|
||||||
<header
|
<header
|
||||||
class="border-b border-b-gray-200 px-6 py-5 leading-none dark:border-b-gray-700"
|
class="flex flex-col gap-1 border-b border-b-gray-200 px-6 py-5 leading-none dark:border-b-gray-700"
|
||||||
>
|
>
|
||||||
<small>
|
<small>
|
||||||
Viendo portal archivado de
|
Viendo portal archivado de
|
||||||
|
|
Loading…
Reference in a new issue