fix back
Some checks failed
Deploy / deploy (build, debian, 22) (push) Has been cancelled
Deploy / deploy (build:staging, school, 8822) (push) Has been cancelled

This commit is contained in:
2026-05-05 09:24:30 -06:00
parent e8992edabc
commit edbf66874b

View File

@@ -2,7 +2,7 @@
<main v-if="detail" class="detail-layout"> <main v-if="detail" class="detail-layout">
<section class="preview-panel"> <section class="preview-panel">
<div class="back-bar"> <div class="back-bar">
<n-button text @click="router.push({ name: 'showcase' })"> <n-button text @click="router.back()">
<template #icon> <template #icon>
<Icon icon="lucide:arrow-left" /> <Icon icon="lucide:arrow-left" />
</template> </template>