File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed
Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -120,6 +120,7 @@ const slideOverOpen = ref(false)
120120 {{ $t("search") }}
121121 </span >
122122 <UKbd
123+ class =" hidden sm:flex"
123124 value =" s"
124125 variant =" outline"
125126 />
@@ -197,6 +198,7 @@ const slideOverOpen = ref(false)
197198 /> -->
198199
199200 <UButton
201+ class =" hidden xs:flex"
200202 trailing-icon =" mdi:github"
201203 color =" primary"
202204 variant =" soft"
@@ -205,6 +207,15 @@ const slideOverOpen = ref(false)
205207 target =" _blank"
206208 label =" Github"
207209 />
210+ <UButton
211+ class =" xs:hidden"
212+ trailing-icon =" mdi:github"
213+ color =" primary"
214+ variant =" soft"
215+ size =" xl"
216+ to =" https://github.com/WIKA-Group/iiot_toolbox"
217+ target =" _blank"
218+ />
208219 <UButton
209220 :icon =" isDark ? 'mdi:weather-sunny' : 'mdi:weather-night'"
210221 color =" primary"
You can’t perform that action at this time.
0 commit comments