Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects

Resolve "change :heavy_check_mark:️ Status on footer by dynamic status badge from uptime kuma"

All threads resolved!
+ 22
2
@@ -127,8 +127,28 @@ module.exports = {
@@ -127,8 +127,28 @@ module.exports = {
to: "/contacts",
to: "/contacts",
},
},
{
{
label: "✔️ Status",
html: `
href: "https://status.froggit.fr",
<a href='https://status.froggit.fr/' target='_blank'>
 
<img style="margin-top: 0.3rem" src="https://status.lydra.fr/api/badge/5/uptime/720?label=Le%20Lab%20🧪" />
 
</a>`,
 
},
 
{
 
html: `
 
<a href='https://status.froggit.fr/' target='_blank'>
 
<img style="margin-top: 0.3rem" src="https://status.lydra.fr/api/badge/11/uptime/720?label=Les%20Pages%20🔖" />
 
</a>`,
 
},
 
{
 
html: `
 
<a href='https://status.froggit.fr/' target='_blank'>
 
<img style="margin-top: 0.3rem" src="https://status.lydra.fr/api/badge/10/uptime/720?label=Le%20Chat%20💬" />
 
</a>`,
 
},
 
{
 
html: `
 
<a href='https://status.froggit.fr/' target='_blank'>
 
<img style="margin-top: 0.3rem" src="https://status.lydra.fr/api/badge/83/uptime/720?label=La%20communauté%20🍺" />
 
</a>`,
},
},
],
],
},
},
Loading