fix(status): update router title to remove beta disclaimer

This commit is contained in:
2025-12-30 14:32:49 +01:00
parent 2d46bfcf68
commit ea3d58dcee

View File

@@ -276,7 +276,7 @@ export class StatusService {
thumbnail: 'https://protojx.com/assets/img/hero-img.png' thumbnail: 'https://protojx.com/assets/img/hero-img.png'
}, },
{ {
title: 'Routers\n-# *The data displayed here is not real data but demonstration data. (Beta)*', title: 'Routers',
type: 'router', type: 'router',
thumbnail: 'https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcRMnCmtQRkLlcD1Cb6vKXz6NOxAu79vzmq2pRqpNYxpTJa5JQEsouhqnVn7cyl6ivYSyzY&usqp=CAU' thumbnail: 'https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcRMnCmtQRkLlcD1Cb6vKXz6NOxAu79vzmq2pRqpNYxpTJa5JQEsouhqnVn7cyl6ivYSyzY&usqp=CAU'
} }