Update github links
This commit is contained in:
parent
28d2655212
commit
c2319afcd3
Binary file not shown.
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 7.9 KiB |
@ -248,8 +248,8 @@ export default function BugReport() {
|
|||||||
style={{ backgroundColor: "#239144", color: "white" }}
|
style={{ backgroundColor: "#239144", color: "white" }}
|
||||||
onClick={() => {
|
onClick={() => {
|
||||||
window.open(
|
window.open(
|
||||||
"https://github.com/drawdb-io/drawdb-issues/issues",
|
"https://github.com/drawdb-io/drawdb/issues",
|
||||||
"_self"
|
"_self",
|
||||||
);
|
);
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
|
@ -11,6 +11,7 @@ import sqlite_icon from "../assets/sqlite.png";
|
|||||||
import mariadb_icon from "../assets/mariadb.png";
|
import mariadb_icon from "../assets/mariadb.png";
|
||||||
import sql_server_icon from "../assets/sql-server.png";
|
import sql_server_icon from "../assets/sql-server.png";
|
||||||
import discord from "../assets/discord.png";
|
import discord from "../assets/discord.png";
|
||||||
|
import github from "../assets/github.png";
|
||||||
import FadeIn from "../animations/FadeIn";
|
import FadeIn from "../animations/FadeIn";
|
||||||
import SlideIn from "../animations/SlideIn";
|
import SlideIn from "../animations/SlideIn";
|
||||||
|
|
||||||
@ -232,19 +233,34 @@ export default function LandingPage() {
|
|||||||
drawdb@outlook.com
|
drawdb@outlook.com
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
<a
|
<div className="sm:block flex gap-3 justify-center">
|
||||||
className="inline-block mt-2"
|
<a
|
||||||
href="https://discord.gg/8y7XUfcqR8"
|
className="inline-block mt-2"
|
||||||
target="_blank"
|
href="https://github.com/drawdb-io/drawdb"
|
||||||
rel="noreferrer"
|
target="_blank"
|
||||||
>
|
rel="noreferrer"
|
||||||
<div className="bg-[#5865f2] hover:opacity-90 transition-all duration-300 flex items-center gap-4 px-8 py-4 rounded-lg">
|
>
|
||||||
<img src={discord} className="h-8" />
|
<div className="bg-zinc-800 hover:opacity-90 transition-all duration-300 flex items-center gap-4 px-14 py-4 rounded-lg">
|
||||||
<div className="text-lg text-white font-bold">
|
<img src={github} className="h-8" />
|
||||||
Join us on Discord
|
<div className="text-lg text-white font-bold">
|
||||||
|
See the source
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</a>
|
||||||
</a>
|
<a
|
||||||
|
className="inline-block mt-2"
|
||||||
|
href="https://discord.gg/8y7XUfcqR8"
|
||||||
|
target="_blank"
|
||||||
|
rel="noreferrer"
|
||||||
|
>
|
||||||
|
<div className="bg-[#5865f2] hover:opacity-90 transition-all duration-300 flex items-center gap-4 px-8 py-4 rounded-lg">
|
||||||
|
<img src={discord} className="h-8" />
|
||||||
|
<div className="text-lg text-white font-bold">
|
||||||
|
Join us on Discord
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div className="bg-red-700 py-1 text-center text-white text-xs font-semibold px-3">
|
<div className="bg-red-700 py-1 text-center text-white text-xs font-semibold px-3">
|
||||||
@ -378,4 +394,4 @@ const features = [
|
|||||||
content: <div>Keep track of tasks and mark them done when finished.</div>,
|
content: <div>Keep track of tasks and mark them done when finished.</div>,
|
||||||
footer: "",
|
footer: "",
|
||||||
},
|
},
|
||||||
];
|
];
|
||||||
|
Loading…
Reference in New Issue
Block a user