mirror of
https://github.com/gauvainboiche/ketapk.git
synced 2026-09-02 11:13:11 +02:00
feat: v1 deployment with original logo in app
This commit is contained in:
File diff suppressed because one or more lines are too long
Binary file not shown.
|
After Width: | Height: | Size: 1.5 MiB |
+2
-4
@@ -25,10 +25,8 @@
|
||||
|
||||
<!-- Logo -->
|
||||
<div class="flex items-center gap-3">
|
||||
<div
|
||||
class="bg-gradient-to-r from-amber-500 to-amber-600 text-slate-950 font-black px-3.5 py-1 rounded-xl text-xl tracking-wider shadow-md shadow-amber-500/20">
|
||||
KétaPK
|
||||
</div>
|
||||
<img src="img/logo.jpg" alt="KétaPK" class="max-w-[150px] max-h-[50px] w-auto h-auto rounded-xl shadow-md shadow-amber-500/20">
|
||||
|
||||
<div class="flex flex-col">
|
||||
<span data-i18n="app.title" class="text-sm font-bold text-[var(--kt-text-1)] leading-none">Pharmaco Kinetics</span>
|
||||
<span data-i18n="app.version" class="text-[10px] text-[var(--kt-text-3)] font-mono">v1.00 • Dr Georges Mion</span>
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
/**
|
||||
* Single application version (centralized)
|
||||
*/
|
||||
export const APP_VERSION = '0.19.0';
|
||||
export const APP_VERSION = "1.0.0";
|
||||
|
||||
export const MODES = {
|
||||
ESKETAMINE: 'ESKETAMINE',
|
||||
|
||||
Reference in New Issue
Block a user