Rename brainfuck
This commit is contained in:
@ -10,7 +10,7 @@ const IDE: NextPage = () => {
|
||||
return (
|
||||
<>
|
||||
<Head>
|
||||
<title>{LANG_NAME} | Esolang Park</title>
|
||||
<title>{LANG_NAME}</title>
|
||||
</Head>
|
||||
<Mainframe
|
||||
langId={LANG_ID}
|
||||
|
@ -3,14 +3,14 @@ import { NextPage } from "next";
|
||||
import Head from "next/head";
|
||||
import { Mainframe } from "../../ui/Mainframe";
|
||||
import LangProvider from "../../languages/brainfuck";
|
||||
const LANG_ID = "brainfuck";
|
||||
const LANG_NAME = "Brainfuck";
|
||||
const LANG_ID = "bf";
|
||||
const LANG_NAME = "Turing";
|
||||
|
||||
const IDE: NextPage = () => {
|
||||
return (
|
||||
<>
|
||||
<Head>
|
||||
<title>{LANG_NAME} | Esolang Park</title>
|
||||
<title>{LANG_NAME}</title>
|
||||
</Head>
|
||||
<Mainframe
|
||||
langId={LANG_ID}
|
Reference in New Issue
Block a user