Merge pull request 'Powered with Whisper AI' () from whisper-text into develop

Reviewed-on: 
This commit is contained in:
Nico Athanassiadis 2025-03-07 10:08:32 +01:00
commit b16f6c2a24
2 changed files with 18 additions and 6 deletions
src/main/resources

@ -2,12 +2,19 @@
--bs-primary-rgb: 0, 47, 95;
--bs-btn-bg: #002F5F;
}
/* Sticky footer layout */
/* Header Styling */
.header {
display: flex;
align-items: center;
justify-content: space-between;
.header-link {
color: white;
text-decoration: none;
font-size: 0.8rem;
}
.header-link:hover {
text-decoration: underline;
}
.header-link:visited {
color: white;
}
.header .app-title {

@ -24,6 +24,11 @@
</ul>
</div>
</div>
<div class="container text-center">
<span class="span-small">
<a href="https://openai.com/index/whisper/" target="_blank" class="header-link">Powered with Whisper AI</a>
</span>
</div>
</header>
<main class="container mt-4">