Skip to content

Commit bf1c762

Browse files
committed
fix: remove League of Legends references. :feelsgood:
1 parent fad1f57 commit bf1c762

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

src/components/SplashText.jsx

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -368,10 +368,6 @@ const splashTexts = [
368368
"Nanomachines, son. ~ Metal Gear Rising",
369369
"Rules of Nature! ~ Metal Gear Rising",
370370
"Memes. The DNA of the soul. ~ Metal Gear Rising",
371-
"You can't milk those. ~ League of Legends",
372-
"Demacia! ~ League of Legends",
373-
"Noxus will rise. ~ League of Legends",
374-
"Shurima! Your emperor has returned! ~ League of Legends",
375371
"Tonight, Gehrman joins the hunt. ~ Bloodborne",
376372
"Fear the old blood. ~ Bloodborne",
377373
"Ah, Kos, or some say Kosm... ~ Bloodborne",
@@ -459,4 +455,4 @@ const SplashText = ({ className }) => {
459455
</AnimatePresence>
460456
);
461457
};
462-
export default SplashText;
458+
export default SplashText;

src/pages/WelcomePage.jsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ const WelcomePage = () => {
111111
variant="brutalist"
112112
options={[
113113
{ label: 'Standard', value: 'standard' },
114+
{ label: 'Editorial', value: 'editorial' },
114115
{ label: 'Dossier', value: 'dossier' },
115116
{ label: 'Terminal', value: 'terminal' },
116117
]}

0 commit comments

Comments
 (0)