Skip to content

Commit bdc6bc4

Browse files
committed
fix: 503
1 parent 95b7625 commit bdc6bc4

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

app/error.stories.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,11 @@ export const ServerError: Story = {
4040
},
4141
}
4242

43-
/** Bad gateway - occurs when external services (jsDelivr, npm registry) fail. */
44-
export const BadGateway: Story = {
43+
/** Service unavailable - occurs when external services (jsDelivr, npm registry) fail. */
44+
export const ServiceUnavailable: Story = {
4545
args: {
4646
error: {
47-
status: 502,
47+
status: 503,
4848
} as NuxtError,
4949
},
5050
}

0 commit comments

Comments
 (0)