@gaulatti/giorgia 0.1.89 → 0.1.91
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
package/src/partial-deps.json
CHANGED
|
@@ -42,7 +42,6 @@
|
|
|
42
42
|
"components/editorial-hero": ["homepage"],
|
|
43
43
|
"components/hero": ["homepage"],
|
|
44
44
|
"components/hero-editorial": ["homepage"],
|
|
45
|
-
"components/trending": ["homepage"],
|
|
46
45
|
"components/ui/accordion": ["article-page", "homepage", "category-page", "search-page", "live-story", "404"],
|
|
47
46
|
"components/ui/breadcrumb": ["article-page", "homepage", "category-page", "search-page", "live-story", "404"],
|
|
48
47
|
"components/ui/icon-button": ["article-page", "homepage", "category-page", "search-page", "live-story", "404"],
|
|
@@ -26,10 +26,6 @@
|
|
|
26
26
|
{{/unless}}
|
|
27
27
|
|
|
28
28
|
<main class='max-w-[1440px] mx-auto min-h-screen'>
|
|
29
|
-
{{#unless (eq showTrending false)}}
|
|
30
|
-
{{> components/trending}}
|
|
31
|
-
{{/unless}}
|
|
32
|
-
|
|
33
29
|
{{#if showEditorialHero}}
|
|
34
30
|
{{> components/editorial-hero
|
|
35
31
|
title=(coalesce heroTitle title)
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
</svg>
|
|
20
20
|
</a>
|
|
21
21
|
<a
|
|
22
|
-
href='https://www.instagram.com/modoitaliano.
|
|
22
|
+
href='https://www.instagram.com/modoitaliano.fm/'
|
|
23
23
|
target='_blank'
|
|
24
24
|
rel='noopener noreferrer'
|
|
25
25
|
class='text-slate-600 dark:text-slate-400 hover:text-[#E4405F] dark:hover:text-[#E4405F] transition-colors'
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
</svg>
|
|
33
33
|
</a>
|
|
34
34
|
<a
|
|
35
|
-
href='https://www.tiktok.com/@modoitaliano.
|
|
35
|
+
href='https://www.tiktok.com/@modoitaliano.fm'
|
|
36
36
|
target='_blank'
|
|
37
37
|
rel='noopener noreferrer'
|
|
38
38
|
class='text-slate-600 dark:text-slate-400 hover:text-[#000000] dark:hover:text-[#ffffff] transition-colors'
|