Skip to content

Commit ea50eff

Browse files
committed
app name default in sidebar
1 parent 6a2f7f6 commit ea50eff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/js/components/app-logo.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import AppLogoIcon from './app-logo-icon';
22

3-
const appName = import.meta.env.VITE_APP_NAME || 'Laravel';
3+
const appName = import.meta.env.VITE_APP_NAME || 'Laravel Starter Kit';
44

55
export default function AppLogo() {
66
return (

0 commit comments

Comments
 (0)