Skip to content

Commit c4e7fb9

Browse files
🎨 layout change
1 parent 82da88d commit c4e7fb9

2 files changed

Lines changed: 7 additions & 6 deletions

File tree

resources/views/dashboard.blade.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<x-layouts.app :title="__('Dashboard')">
22
<div class="p-6">
33
<div class="mb-6">
4-
<flux:heading size="lg">Dashboard</flux:heading>
5-
<flux:text class="text-zinc-400">Welcome back, {{ auth()->user()->name }}</flux:text>
4+
<flux:heading size="xl">Dashboard</flux:heading>
5+
<flux:subheading size="lg">Welcome back, {{ auth()->user()->name }}</flux:subheading>
66
</div>
77

88
<!-- Stats Cards -->

resources/views/welcome.blade.php

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ class="mb-6 inline-flex items-center justify-between rounded-full bg-gray-100 px
1313
role="alert"
1414
>
1515
<span class="mr-3 rounded-full bg-orange-600 px-3 py-1 text-xs text-white">New</span>
16-
<span class="text-sm font-medium">Our client platform</span>
16+
<span class="text-sm font-medium">Our {{ config('app.name') }} platform</span>
1717
<svg
1818
class="ml-2 h-5 w-5"
1919
fill="currentColor"
@@ -32,13 +32,14 @@ class="ml-2 h-5 w-5"
3232
<h1
3333
class="mb-4 text-4xl leading-none font-extrabold tracking-tight text-gray-900 md:text-5xl xl:text-6xl dark:text-white"
3434
>
35-
Client Application
35+
{{ config('app.name') }}
3636
</h1>
3737
<p
3838
class="mx-auto mb-6 max-w-xl font-light text-gray-500 md:text-lg lg:mx-0 xl:mb-8 xl:text-xl dark:text-gray-400"
3939
>
40-
This is a template for creating ACT Training applications. Please update the text and image on
41-
this page.
40+
This is a template for creating applications at ACT Training.
41+
<br />
42+
Please update the text and image on this page.
4243
</p>
4344

4445
<div>

0 commit comments

Comments
 (0)