Rename project from imc-vibe to imc
- Binary name: imc-vibe -> imc - Go module: github.com/imc-vibe/backend -> github.com/imc/backend - JWT issuer: imc-vibe -> imc - UI labels: IMC Vibe -> IMC - Update all imports and comments
This commit is contained in:
parent
a4c6b04b37
commit
ff52be8adf
19 changed files with 52 additions and 40 deletions
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"name": "imc-vibe-frontend",
|
||||
"name": "imc-frontend",
|
||||
"version": "0.0.1",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
|
|
|
|||
|
|
@ -91,7 +91,7 @@
|
|||
</div>
|
||||
|
||||
<div class="flex-1">
|
||||
<a href="/" class="btn btn-ghost text-xl">IMC Vibe</a>
|
||||
<a href="/" class="btn btn-ghost text-xl">IMC</a>
|
||||
</div>
|
||||
|
||||
{#if selectedDomain}
|
||||
|
|
|
|||
|
|
@ -42,7 +42,7 @@
|
|||
<div class="min-h-screen flex items-center justify-center bg-base-200" data-theme="light">
|
||||
<div class="card bg-base-100 shadow-xl w-full max-w-md">
|
||||
<div class="card-body">
|
||||
<h1 class="text-2xl font-bold text-center mb-2">IMC Vibe</h1>
|
||||
<h1 class="text-2xl font-bold text-center mb-2">IMC</h1>
|
||||
<p class="text-center text-base-content/60 mb-6">Mail Server Administration</p>
|
||||
|
||||
{#if error}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue