Skip to content

Commit

Permalink
Update web/template/home.gohtml
Browse files Browse the repository at this point in the history
Co-authored-by: Alexander Stephan <[email protected]>
  • Loading branch information
SebiWrn and alexanderstephan authored Nov 19, 2023
1 parent 6a3df08 commit f37705c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/template/home.gohtml
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@
<template x-if="navigation.getChild('allSemesters').value">
<template x-for="(s, i) in semesters">
<button type="button" @click="switchSemester(s.Year, s.TeachingTerm)"
:class="{'border-l-4 bg-blue-100/50 border-blue-500/50 dark:bg-indigo-500/25 dark:border-indigo-600/50': i == selectedSemesterIndex, }"
:class="{'border-l-4 bg-blue-100/50 border-blue-500/50 dark:bg-indigo-500/25 dark:border-indigo-600/50': i == selectedSemesterIndex }"
class="tum-live-side-navigation-group-item hover"
x-text="s.FriendlyString()"></button>
</template>
Expand Down

0 comments on commit f37705c

Please sign in to comment.