fixed typo

replace/e9093b5d49ec88ec579721ce06d7d84182ffa5e6
Cobular 4 years ago
parent 8e3da6a7ed
commit 55b309970c

@ -259,7 +259,8 @@ export function ProjectGrid() {
org={"CodeDay"}
text={
`John Peter is a Discord bot used for moderation and server management for Virtual CodeDay. It has a very
xtensive featureset, and has been used for multiple CodeDays and has worked with over 1000 students.`
extensive featureset with a number of custom moderation and authentication tools and has been used for
multiple CodeDay events, impacting well over 1,000 students.`
}
link={"https://github.com/codeday/johnpeter-discord"}
/>
@ -372,18 +373,6 @@ export function ProjectGrid() {
easily.`
}
/>
<SmallElement
title={"CopyMoji"}
org={"BetterDiscord"}
text={
`An extension for the alternate discord client BetterDiscord that changes the functionality of copying
emoji to copy the actual emoji characters rather than their names from the discord client.`
}
link={
"https://github.com/JakeCover/BetterDiscordExtensions/tree/main/plugins/CopyMoji"
}
/>
<MediumElement
image_url={Bennu}
image_alt={"A B logo"}
@ -397,6 +386,17 @@ export function ProjectGrid() {
}
link={"https://www.bennu.io/"}
/>
<SmallElement
title={"CopyMoji"}
org={"BetterDiscord"}
text={
`An extension for the alternate discord client BetterDiscord that changes the functionality of copying
emoji to copy the actual emoji characters rather than their names from the discord client.`
}
link={
"https://github.com/JakeCover/BetterDiscordExtensions/tree/main/plugins/CopyMoji"
}
/>
<SmallElement
title={"What's That Number"}
org={"Random Projects"}

@ -4,8 +4,8 @@
--header: #84B7DB;
--footer: var(--header);
--about-me: #F1F1F1;
--grid-background: #1F1E33;
--grid-header-background: #1F1E33;
--grid-background: var(--background);
--grid-header-background: var(--background);
--grid-header-text: #F1F1F1;
--grid-element-background: #354560;
--grid-element-border: #6f6f6f;

Loading…
Cancel
Save