File tree Expand file tree Collapse file tree 3 files changed +4
-8
lines changed
Expand file tree Collapse file tree 3 files changed +4
-8
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,6 @@ const svg = computed(() =>
1212 seed: name .value ,
1313 }).toDataUri (),
1414)
15- const docsHelpUrl = ` ${docsUrl .replace (/ \/ $ / , " " )}/users/help `
1615// TODO: make navbar rerender on live tournament change
1716const { liveTournaments, fetchLiveTournaments } = useLiveTournaments ()
1817await fetchLiveTournaments ()
@@ -103,7 +102,7 @@ const searchGroups = computed(() => [
103102 {
104103 label: " Hilfe" ,
105104 icon: " i-heroicons-question-mark-circle" ,
106- to: docsHelpUrl ,
105+ to: docsUrl ,
107106 external: true ,
108107 target: " _blank" ,
109108 },
@@ -215,7 +214,7 @@ const secondaryLinks = computed(() => [
215214 {
216215 label: " Hilfe" ,
217216 icon: " i-heroicons-question-mark-circle" ,
218- to: docsHelpUrl ,
217+ to: docsUrl ,
219218 external: true ,
220219 target: " _blank" ,
221220 },
Original file line number Diff line number Diff line change @@ -397,7 +397,6 @@ const refresh = async () => {
397397 v-model =" creationStateSingle.year"
398398 :items =" years"
399399 placeholder =" Schuljahr auswählen"
400- size =" sm"
401400 class =" w-full"
402401 />
403402 </UFormField >
@@ -422,7 +421,6 @@ const refresh = async () => {
422421 v-model =" creationStateMultiple.year"
423422 :items =" years"
424423 placeholder =" Schuljahr auswählen"
425- size =" sm"
426424 class =" w-full"
427425 />
428426 </UFormField >
@@ -449,7 +447,7 @@ const refresh = async () => {
449447 <div
450448 v-for =" className in creationStateMultiple.classes"
451449 :key =" className"
452- class =" group flex items-center justify-between border-b px-2 py-1 dark:border-neutral-700"
450+ class =" group flex items-center justify-between border-b border-neutral-200 px-2 py-1 dark:border-neutral-700"
453451 >
454452 <span >{{ className }}</span >
455453 <UButton
@@ -476,7 +474,6 @@ const refresh = async () => {
476474 v-model =" editState.year"
477475 :items =" years"
478476 placeholder =" Schuljahr auswählen"
479- size =" sm"
480477 class =" w-full"
481478 />
482479 </UFormField >
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ export default defineNuxtConfig({
3131 runtimeConfig : {
3232 public : {
3333 clientUrl : "" ,
34- docsUrl : "https://tourney. htl-steyr.ac.at/docs " ,
34+ docsUrl : "https://htl-steyr.github.io/tourney/ " ,
3535 } ,
3636 } ,
3737} )
You can’t perform that action at this time.
0 commit comments