Skip to content

Commit 0f5cadb

Browse files
committed
add shrtl
1 parent 1bec74c commit 0f5cadb

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/_components/status.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ export default function WebsiteStatus() {
1414
{ name: 'Website', url: 'https://qual.su', status: 'offline', responseTime: '' },
1515
{ name: 'Qual ID', url: 'https://id.qual.su', status: 'offline', responseTime: '' },
1616
{ name: 'Notter', url: 'https://notter.su', status: 'offline', responseTime: '' },
17+
{ name: 'Shrtl', url: 'https://shrtl.ru', status: 'offline', responseTime: '' },
1718
{ name: 'API', url: import.meta.env.VITE_API_URL, status: 'offline', responseTime: '' },
1819
]);
1920
const [hasError, setHasError] = useState(false);
@@ -64,7 +65,7 @@ export default function WebsiteStatus() {
6465
<div className="w-32 h-6 bg-gray-300 rounded animate-pulse" />
6566
</div>
6667
<div className="space-y-4">
67-
{Array.from({ length: 4 }).map((_, index) => (
68+
{Array.from({ length: sites.length }).map((_, index) => (
6869
<div key={index} className="flex items-center justify-between space-x-4">
6970
<div className="flex items-center space-x-3">
7071
<div className="w-4 h-4 bg-gray-300 rounded-full animate-pulse" />

0 commit comments

Comments
 (0)