Skip to content

Commit 14198da

Browse files
authored
adding Rihanna status code 303 GIF (#116)
1 parent 1d637e3 commit 14198da

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

public/images/303.gif

844 KB
Loading

utils/statuses.ts

+5
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,11 @@ export const statuses = [
7979
title: "Moved Permanently",
8080
description: "Rihanna peacefully sipping from a coconut",
8181
},
82+
{
83+
code: 303,
84+
title: "See Other",
85+
description: "Rihanna ignoring somebody",
86+
},
8287
{
8388
code: 307,
8489
title: "Temporary Redirect",

0 commit comments

Comments
 (0)