tecitheme 0.11.17 → 0.11.18

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.
@@ -101,14 +101,6 @@ import Button from './Button.svelte'
101
101
  Events
102
102
  </h3>
103
103
  <ul class="mt-4 space-y-4">
104
- <li>
105
- <a
106
- href="https://training.thunderheadeng.com/"
107
- class="text-base text-gray-100 hover:text-white"
108
- >
109
- Training
110
- </a>
111
- </li>
112
104
  <li>
113
105
  <a
114
106
  href="https://www.femtc.com/"
@@ -133,8 +133,8 @@
133
133
  Download <span aria-hidden="true">&rarr;</span>
134
134
  </a>
135
135
 
136
- <a href="https://training.thunderheadeng.com/courses/pyrosim-fundamentals/" class="text-teci-blue-light hover:text-teci-blue-dark font-medium">
137
- Courses <span aria-hidden="true">&rarr;</span>
136
+ <a href="https://support.thunderheadeng.com/release-notes/pyrosim/latest/" class="text-teci-blue-light hover:text-teci-blue-dark font-medium">
137
+ Release Notes <span aria-hidden="true">&rarr;</span>
138
138
  </a>
139
139
 
140
140
  </div>
@@ -181,8 +181,8 @@
181
181
  Download <span aria-hidden="true">&rarr;</span>
182
182
  </a>
183
183
 
184
- <a href="https://training.thunderheadeng.com/courses/pathfinder-fundamentals/" class="text-teci-blue-light hover:text-teci-blue-dark font-medium">
185
- Courses <span aria-hidden="true">&rarr;</span>
184
+ <a href="https://support.thunderheadeng.com/release-notes/pathfinder/latest/" class="text-teci-blue-light hover:text-teci-blue-dark font-medium">
185
+ Release Notes <span aria-hidden="true">&rarr;</span>
186
186
  </a>
187
187
 
188
188
  </div>
@@ -227,8 +227,8 @@
227
227
  Download <span aria-hidden="true">&rarr;</span>
228
228
  </a>
229
229
 
230
- <a href="https://training.thunderheadeng.com/courses/ventus-fundamentals/" class="text-teci-blue-light hover:text-teci-blue-dark font-medium">
231
- Courses <span aria-hidden="true">&rarr;</span>
230
+ <a href="https://support.thunderheadeng.com/release-notes/ventus/latest/" class="text-teci-blue-light hover:text-teci-blue-dark font-medium">
231
+ Release Notes <span aria-hidden="true">&rarr;</span>
232
232
  </a>
233
233
 
234
234
  </div>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tecitheme",
3
- "version": "0.11.17",
3
+ "version": "0.11.18",
4
4
  "license": "MIT",
5
5
  "scripts": {
6
6
  "dev": "vite dev",