Skip to content

Commit

Permalink
Rebrand Dynamik into Risorse (#95)
Browse files Browse the repository at this point in the history
* rename Dynamik into Risorse

* undo rename into package.json
  • Loading branch information
ali-benny authored Oct 5, 2023
1 parent e685cee commit ce30acb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions src/routes/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,10 @@

<div class="flex justify-center">
<div class="container max-w-5xl">
<h1 class="text-4xl m-10 font-semibold text-center">Benvenuto su CSUnibo!</h1>

<div class="m-10">
<h1 class="text-4xl font-semibold text-center">Risorse</h1>
<h3 class="text-2 font-semibold text-center">Raccolte di materiali per lo studio da CSUnibo</h3>
</div>
<ul class="menu p-2 text-lg">
{#each data.courses as course}
<Line name={course.name} icon={course.icon} href="{base}/dash/{course.id}" />
Expand Down
2 changes: 1 addition & 1 deletion src/routes/[...dir]/[zfile=dir]/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
<div class="navbar-center">
<div class="lg:text-lg breadcrumbs text-sm">
<ul>
<li>🏠<a class="ml-1" href="/">Dynamik</a></li>
<li>🏠<a class="ml-1" href="/">Risorse</a></li>
{#each urlParts as part}
{@const href = getPartHref(part)}
<li><a {href}>{part}</a></li>
Expand Down

1 comment on commit ce30acb

@vercel
Copy link

@vercel vercel bot commented on ce30acb Oct 5, 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-git-main-csunibo.vercel.app
dynamik-csunibo.vercel.app
dynamik.vercel.app

Please sign in to comment.