Skip to content

Commit

Permalink
new message upon server addition
Browse files Browse the repository at this point in the history
  • Loading branch information
AmyrAhmady committed Oct 22, 2023
1 parent c8bd51e commit 4523bad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/pages/servers/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ const AddServer = ({ onAdd }: { onAdd: (server: All) => void }) => {
const server = (await response.json()) as All;
onAdd(server);
toast.notify(
`${server.core.hn} (${server.core.gm}) submitted to the index!`,
`${server.core.hn} is added to our pending list. If it's not available after maximum 48 hours, you can contact us on Discord!`,
{
title: "Server Submitted!",
}
Expand Down

0 comments on commit 4523bad

Please sign in to comment.