Testing image deploy - Changed site logo
Some checks failed
Sonar / SonarQube (push) Failing after 14s
Sonar / Docker stuff (push) Has been skipped

This commit is contained in:
Liviu Burcusel 2025-12-11 12:28:37 +01:00
parent 12ac7f1fd6
commit af3ddbf0c8
Signed by: liviu
GPG key ID: 6CDB37A4AD2C610C
4 changed files with 20 additions and 1 deletions

View file

@ -21,7 +21,7 @@ const toggleMenu = () => {
</button>
<nuxt-link to="/" class="layout-topbar-logo">
<img src="@/assets/images/logo.png" alt="Two stick silhouettes admiring fireworks in the sky" />
<img src="@/assets/images/logo.svg" alt="Git like tree using red, white-ish and blue colours." />
<span>Glowing Fiesta</span>
</nuxt-link>
</div>