This commit is contained in:
Mehmet Çetin
2025-01-06 14:58:16 +03:00
4 changed files with 5 additions and 3 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.2 KiB

BIN
public/favicon.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

View File

@@ -62,9 +62,11 @@ export class RevenueStreamWidget {
data: [4100, 5200, 3400, 7400], data: [4100, 5200, 3400, 7400],
borderRadius: { borderRadius: {
topLeft: 8, topLeft: 8,
topRight: 8 topRight: 8,
bottomLeft: 0,
bottomRight: 0
}, },
borderSkipped: true, borderSkipped: false,
barThickness: 32 barThickness: 32
} }
] ]

View File

@@ -6,7 +6,7 @@
<title>Sakai - PrimeNG</title> <title>Sakai - PrimeNG</title>
<base href="/"> <base href="/">
<meta name="viewport" content="width=device-width, initial-scale=1.o"> <meta name="viewport" content="width=device-width, initial-scale=1.o">
<link rel="icon" type="image/x-icon" href="favicon.ico"> <link rel="icon" type="image/x-icon" href="https://primefaces.org/cdn/primeng/images/favicon.png">
<link href="https://fonts.cdnfonts.com/css/lato" rel="stylesheet"> <link href="https://fonts.cdnfonts.com/css/lato" rel="stylesheet">
</head> </head>