@explorer-1/vue 1.0.4 → 1.0.5
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/CHANGELOG.md
CHANGED
package/package.json
CHANGED
|
@@ -105,8 +105,8 @@
|
|
|
105
105
|
<BaseLink
|
|
106
106
|
variant="none"
|
|
107
107
|
href="https://www.nasa.gov/learning-resources/"
|
|
108
|
-
class="group relative block w-full px-4 py-2 text-xl
|
|
109
|
-
link-class="flex flex-wrap-none overflow-visible whitespace-nowrap items-center py-0 pl-6 -ml-4 border-l-4 border-transparent"
|
|
108
|
+
class="group relative block w-full px-4 py-2 text-xl text-left"
|
|
109
|
+
link-class="flex flex-wrap-none overflow-visible whitespace-nowrap font-display font-bold items-center py-0 pl-6 -ml-4 border-l-4 border-transparent"
|
|
110
110
|
external-target-blank
|
|
111
111
|
>
|
|
112
112
|
<span class="pr-2">NASA OSTEM</span>
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
v-if="data"
|
|
4
4
|
variant="none"
|
|
5
5
|
class="NavMobileLink"
|
|
6
|
-
:link-class="`flex items-center py-2 text-lg font-
|
|
6
|
+
:link-class="`flex items-center py-2 text-lg font-text leading-tight ${linkClass}`"
|
|
7
7
|
:href="data.path && !getRouterLink(data) ? data.path : undefined"
|
|
8
8
|
:to="getRouterLink(data) ? getRouterLink(data) : undefined"
|
|
9
9
|
:exact="exact"
|