mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-12-23 01:22:12 +03:00
Go directly to branches after selecting project
This commit is contained in:
parent
2199b98714
commit
4772c1a977
@ -154,7 +154,7 @@
|
||||
{#each $projects as project}
|
||||
<a
|
||||
class="project-card-container text-lg text-dark-300 dark:text-light-300"
|
||||
href="/projects/{project.id}/"
|
||||
href="/projects_new/{project.id}/"
|
||||
>
|
||||
<div
|
||||
class="project-card group flex h-full min-h-[125px] flex-col justify-between space-y-1 rounded-lg border border-light-200 bg-light-400 shadow transition duration-150 ease-out hover:bg-light-500 hover:ease-in dark:border-dark-700 dark:bg-dark-300 dark:hover:bg-dark-200"
|
||||
|
Loading…
Reference in New Issue
Block a user