From a2da20ce52b86552771f1dfa3cb46d07255cc288 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Wed, 17 Jun 2020 15:35:04 -0400 Subject: New ToS and Logo --- components/Footer.js | 2 +- components/Header.js | 2 +- components/Layout.js | 2 +- components/Navbar.js | 11 ----------- 4 files changed, 3 insertions(+), 14 deletions(-) (limited to 'components') diff --git a/components/Footer.js b/components/Footer.js index 2620fd5..4740b0a 100644 --- a/components/Footer.js +++ b/components/Footer.js @@ -21,7 +21,7 @@ const Footer = () => (
- © Copyright 2016-2020, Alee Productions. Licensed with GPL-3.0. + © Copyright 2017-2020, Alee Productions. Licensed with GPL-3.0. View the credits to see our stack.
diff --git a/components/Header.js b/components/Header.js index a4b1526..6ed6271 100644 --- a/components/Header.js +++ b/components/Header.js @@ -18,7 +18,7 @@ import Head from "next/head"; -const Header = () => ( +const Header = (page) => ( diff --git a/components/Layout.js b/components/Layout.js index dfbc11c..2d49a1f 100644 --- a/components/Layout.js +++ b/components/Layout.js @@ -1,6 +1,6 @@ /* Alee Productions Website: Website for Alee Productions - Copyright (C) 2019 Alee + Copyright (C) 2020 Alee This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/components/Navbar.js b/components/Navbar.js index b48e294..4866460 100644 --- a/components/Navbar.js +++ b/components/Navbar.js @@ -37,12 +37,6 @@ const Navbar = () => (
  • ToS
  • -
  • - Forums -
  • -
  • - Gitea -
  • Blog
  • @@ -78,11 +72,6 @@ const Navbar = () => ( -
    ); -- cgit v1.2.3