Skip to content

Commit 5a2c7ff

Browse files
authored
Added translation support for dashboard title (#54)
1 parent af6e9dd commit 5a2c7ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/dashboard.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<x-layouts.app title="Dashboard">
1+
<x-layouts.app :title="__('Dashboard')">
22
<div class="flex h-full w-full flex-1 flex-col gap-4 rounded-xl">
33
<div class="grid auto-rows-min gap-4 md:grid-cols-3">
44
<div class="relative aspect-video overflow-hidden rounded-xl border border-neutral-200 dark:border-neutral-700">

0 commit comments

Comments
 (0)