Merge pull request #3819 from MarioCakeDev/feature/project_settings

Add settings button to projects page
This commit is contained in:
🏔️ Peak
2024-10-14 17:37:03 +02:00
committed by GitHub
2 changed files with 11 additions and 1 deletions

View File

@@ -24,6 +24,12 @@
<div x-text="item.description"></div>
</div>
</div>
<div class="flex items-center justify-center gap-2 pt-4 pb-2 mr-4 text-xs lg:py-0 lg:justify-normal">
<a class="mx-4 font-bold hover:underline"
:href="item.settingsRoute">
Settings
</a>
</div>
</div>
</template>
</div>