Skip to content

Commit

Permalink
chore: change color
Browse files Browse the repository at this point in the history
  • Loading branch information
kocierik committed Jul 19, 2023
1 parent 88fc8b9 commit dcf391e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/routes/dash/[course]/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
</a>
</div>
<div class="navbar-center">
<h1 class="text-xl font-semibold">
<h1 class="text-xl font-semibold text-base-content">
Dashboard di {data.course.name}
</h1>
</div>
Expand All @@ -45,12 +45,12 @@
<li class="menu-title">
<span class="text-2xl mt-5 italic">{year.year} anno</span>
</li>
<hr class="mb-5">
<div class="divider mt-0"></div>
<div class="flex flex-row flex-wrap">
{#each year.teachings as teaching}
{@const disabled = !activeYears.includes(teaching)}
{@const href = base + '/' + teaching.url}
<li class:disabled class="flex xs:flex-1 justify-center items-center m-2 border-2 rounded-md">
<li class:disabled class="flex xs:flex-1 justify-center border-base-content items-center m-2 border-2 rounded-md">
<a href={disabled ? null : href} class="text-center text-lg">
{#if teaching.name}
{teaching.name}
Expand Down

1 comment on commit dcf391e

@vercel
Copy link

@vercel vercel bot commented on dcf391e Jul 19, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

dynamik – ./

dynamik.vercel.app
dynamik-git-main-csunibo.vercel.app
dynamik-csunibo.vercel.app

Please sign in to comment.