Skip to content

Commit 929dd1d

Browse files
committed
show version a bit trasparent on mobile
1 parent 2bcd145 commit 929dd1d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

public/build/assets/app-b6661245.css renamed to public/build/assets/app-e3775b0a.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/build/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"resources/css/app.css": {
3-
"file": "assets/app-b6661245.css",
3+
"file": "assets/app-e3775b0a.css",
44
"isEntry": true,
55
"src": "resources/css/app.css"
66
},

resources/views/layouts/navigation.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ class="inline-flex items-center rounded-md p-2 text-sm text-gray-500 hover:bg-gr
2222
<x-application-logo class="h-9 w-9 rounded-md" />
2323
<span class="ml-1 hidden md:block">Deploy</span>
2424
<span
25-
class="absolute bottom-0 left-0 right-0 rounded-b-md bg-gray-700 text-center text-xs text-white md:relative md:ml-1 md:block md:bg-inherit md:text-inherit"
25+
class="absolute bottom-0 left-0 right-0 rounded-b-md bg-gray-700/60 text-center text-xs text-white md:relative md:ml-1 md:block md:bg-inherit md:text-inherit"
2626
>
2727
{{ vito_version() }}
2828
</span>

0 commit comments

Comments
 (0)