detail page port

This commit is contained in:
nicwands
2026-05-29 11:22:56 -04:00
parent b85d28c142
commit e22d75c50a
65 changed files with 7006 additions and 4044 deletions

View File

@@ -0,0 +1,21 @@
<template>
<svg
class="svg-arrow"
width="23"
height="24"
viewBox="0 0 23 24"
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<path
d="M10.621 22.3448L20.9658 12L10.621 1.65519"
stroke="currentColor"
stroke-width="2"
/>
<path
d="M20.9658 12L0.276165 12"
stroke="currentColor"
stroke-width="2"
/>
</svg>
</template>