[CHORE] Bump To Forgejo Instance
Some checks failed
Deploy Edge / deploy-edge (push) Failing after 2s
S3 Repo Backup / s3-repo-backup (push) Failing after 6s

This commit is contained in:
Dunemask 2024-08-03 15:44:44 -06:00
parent 8c58951fd3
commit 5ab6e81d29
6 changed files with 846 additions and 610 deletions

View file

@ -4,7 +4,7 @@ import Chip from "@mui/material/Chip";
import useMediaQuery from "@mui/material/useMediaQuery";
import { useTheme } from "@mui/material/styles";
import Typography from "@mui/material/Typography";
import { SiGitea } from "react-icons/si";
import { SiForgejo } from "react-icons/si";
function ProjectLanguages(props) {
const { languages, smallMode } = props;
@ -104,12 +104,12 @@ export default function ProjectTile({
<a
href={link ?? "/"}
style={{
color: "#609926",
color: "#ef6723",
opacity: gitHov ? ".8" : "1",
display: "flex",
}}
>
<SiGitea
<SiForgejo
size="1.5em"
style={{
padding: 5,