From ab07d1882ff77b806a92d610335d6fefd7d62eb5 Mon Sep 17 00:00:00 2001 From: Henry <31442053+HenrySpartGlobal@users.noreply.github.com> Date: Sat, 13 Apr 2024 09:20:51 +0100 Subject: [PATCH 1/3] feat: add best of cmd (#84) * don't bake in the sensitive values on build time * feat: add best of cmd * feat: add best of cmd --- src/data/commands.ts | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/src/data/commands.ts b/src/data/commands.ts index 892d68d..62103e9 100644 --- a/src/data/commands.ts +++ b/src/data/commands.ts @@ -564,7 +564,17 @@ const commands = [ "/starting_mmr @Faker ~4000 League of Legends", ] }, - + { + "name": "best_of_series", + "type": "Admin", + "description": "Toggle the best of series 3 or 5 feature.", + "usage": [ + "/best_of_series [preference] [channel] [series_type]", + ], + "examples": [ + "/best_of_series True #queue 5", + ] + }, // ~ Set-up { From f56cef75a9361908ce533366877d4c7d73d2c33b Mon Sep 17 00:00:00 2001 From: Henry <31442053+HenrySpartGlobal@users.noreply.github.com> Date: Wed, 17 Apr 2024 20:05:18 +0100 Subject: [PATCH 2/3] feat: add premium (#86) * don't bake in the sensitive values on build time * feat: minor adjustments * feat: fix synax errors * feat: switch button colours * feat: 2024 rights reserved * feat: change colours --- src/partials/Footer.tsx | 2 +- src/partials/Home/CallToAction.tsx | 21 ++++++++++++++------- src/partials/Home/Feature2.tsx | 6 ++---- src/partials/Home/Feature3.tsx | 15 +++------------ src/partials/Navbar.tsx | 4 ++-- 5 files changed, 22 insertions(+), 26 deletions(-) diff --git a/src/partials/Footer.tsx b/src/partials/Footer.tsx index c7b77cc..9f406b0 100644 --- a/src/partials/Footer.tsx +++ b/src/partials/Footer.tsx @@ -16,7 +16,7 @@ export default function Footer(props: { withBorder?: boolean }) { hello@inhousequeue.xyz

- © 2023 All rights reserved. + © 2024 All rights reserved.

{/* col 2 - links*/} diff --git a/src/partials/Home/CallToAction.tsx b/src/partials/Home/CallToAction.tsx index c098363..4c4fdbc 100644 --- a/src/partials/Home/CallToAction.tsx +++ b/src/partials/Home/CallToAction.tsx @@ -1,6 +1,4 @@ import Button from "../../components/Button"; -import CWLLogo from "../../assets/cwl.png"; -import Image from "next/image"; export default function CallToAction() { return ( @@ -20,10 +18,11 @@ export default function CallToAction() { -
-

Proud sponsor of:

- CWL Logo -
+ {/* sponsor */} + {/*
+

Proud sponsor of:

+ CWL Logo +
*/} {/* right buttons */} @@ -33,13 +32,21 @@ export default function CallToAction() { > {/* invite button */} + + {/* commands */}