tecitheme 0.1.9 → 0.1.10
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/components/Footer.svelte
CHANGED
|
@@ -126,7 +126,7 @@
|
|
|
126
126
|
</a>
|
|
127
127
|
</li>
|
|
128
128
|
<li>
|
|
129
|
-
<a href="https://www.thunderheadeng.com/
|
|
129
|
+
<a href="https://www.thunderheadeng.com/partners" class="text-base text-gray-300 hover:text-white">
|
|
130
130
|
Partners
|
|
131
131
|
</a>
|
|
132
132
|
</li>
|
package/components/Header.svelte
CHANGED
|
@@ -746,7 +746,7 @@
|
|
|
746
746
|
</a>
|
|
747
747
|
|
|
748
748
|
<a
|
|
749
|
-
href="https://www.thunderheadeng.com/
|
|
749
|
+
href="https://www.thunderheadeng.com/partners"
|
|
750
750
|
class="-m-3 flex items-start p-3 transition duration-150 ease-in-out hover:bg-gray-50"
|
|
751
751
|
>
|
|
752
752
|
<svg
|