diff --git a/src/assets/github.png b/src/assets/github.png index a3a73d6..a3f41c9 100644 Binary files a/src/assets/github.png and b/src/assets/github.png differ diff --git a/src/pages/BugReport.jsx b/src/pages/BugReport.jsx index fb2fe96..8d401e3 100644 --- a/src/pages/BugReport.jsx +++ b/src/pages/BugReport.jsx @@ -248,8 +248,8 @@ export default function BugReport() { style={{ backgroundColor: "#239144", color: "white" }} onClick={() => { window.open( - "https://github.com/drawdb-io/drawdb-issues/issues", - "_self" + "https://github.com/drawdb-io/drawdb/issues", + "_self", ); }} > diff --git a/src/pages/LandingPage.jsx b/src/pages/LandingPage.jsx index 4c59ef4..7cae6d8 100644 --- a/src/pages/LandingPage.jsx +++ b/src/pages/LandingPage.jsx @@ -11,6 +11,7 @@ import sqlite_icon from "../assets/sqlite.png"; import mariadb_icon from "../assets/mariadb.png"; import sql_server_icon from "../assets/sql-server.png"; import discord from "../assets/discord.png"; +import github from "../assets/github.png"; import FadeIn from "../animations/FadeIn"; import SlideIn from "../animations/SlideIn"; @@ -232,19 +233,34 @@ export default function LandingPage() { drawdb@outlook.com - -
- -
- Join us on Discord +
+ +
+ +
+ See the source +
-
- + + +
+ +
+ Join us on Discord +
+
+
+
@@ -378,4 +394,4 @@ const features = [ content:
Keep track of tasks and mark them done when finished.
, footer: "", }, -]; \ No newline at end of file +];