Skip to content

Commit 24e6c54

Browse files
committed
chore: add hr tag to modal titles
1 parent f94d782 commit 24e6c54

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

apps/web/src/routes/_app/dashboard.tsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,7 @@ const RouteComponent = () => {
200200
})}
201201
</Dialog.Title>
202202
</Dialog.Header>
203+
<hr></hr>
203204
<ul className="flex flex-col gap-5 overflow-auto">
204205
<AnimatePresence mode="popLayout">
205206
{userInfoQuery.data?.map((user, i) => {
@@ -284,6 +285,7 @@ const RouteComponent = () => {
284285
</p>{' '}
285286
<p>{t({ en: 'Kind', fr: 'Genre' })}</p>
286287
</div>
288+
<hr></hr>
287289
{instrumentInfo?.map((instrument, i) => {
288290
return (
289291
<motion.li
@@ -342,6 +344,7 @@ const RouteComponent = () => {
342344
</p>{' '}
343345
<p>{t({ en: 'Number', fr: 'Numero' })}</p>
344346
</div>
347+
<hr></hr>
345348
{recordCounter?.map((instrument, i) => {
346349
return (
347350
<motion.li

0 commit comments

Comments
 (0)