feat|fix: Adição de favicon|Altera nomes das páginas.

This commit is contained in:
lukibeg 2025-12-19 21:38:59 -03:00
parent a29fdf8c03
commit 9522db290e
5 changed files with 6 additions and 2 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.8 MiB

1
public/favicon.svg Normal file

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 1.5 MiB

View File

@ -56,7 +56,7 @@
</script>
<template>
<Head title="Monitoramento" />
<Head title="Dashboard" />
<AuthenticatedLayout>
<template #header>

View File

@ -164,7 +164,7 @@
<template>
<Head title="Dashboard" />
<Head title="Filas" />
<AuthenticatedLayout>
<template #header>

View File

@ -5,6 +5,9 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" href="{{ asset('favicon.svg') }}">
<meta name="csrf-token" content="{{ csrf_token() }}">
<title inertia>{{ config('app.name', 'Laravel') }}</title>