[CHORE] Bump To Forgejo Instance
This commit is contained in:
parent
8c58951fd3
commit
5ab6e81d29
6 changed files with 846 additions and 610 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue