Skip to content

Commit

Permalink
lingo-email -> lingo-letter
Browse files Browse the repository at this point in the history
  • Loading branch information
makaroni4 committed Dec 9, 2023
1 parent 0879194 commit 2f69672
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

# Lingo Letter

![GitHub License MIT](https://img.shields.io/github/license/makaroni4/lingo-email?color=%2347A3F3)
![GitHub release (latest by date)](https://img.shields.io/github/v/release/makaroni4/lingo-email?color=%2347A3F3)
![GitHub License MIT](https://img.shields.io/github/license/makaroni4/lingo-letter?color=%2347A3F3)
![GitHub release (latest by date)](https://img.shields.io/github/v/release/makaroni4/lingo-letter?color=%2347A3F3)

Writing language exam simulator built with React and GPT.

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "lingo-email",
"name": "lingo-letter",
"version": "1.0.0",
"homepage": "https://makaroni4.github.io/lingo-email/",
"homepage": "https://makaroni4.github.io/lingo-letter/",
"private": true,
"dependencies": {
"@headlessui/react": "^1.7.17",
Expand Down
2 changes: 1 addition & 1 deletion src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ function App() {
useEffect(() => {
const loadTranslations = async () => {
try {
const response = await fetch(`/lingo-email/i18n/welcome_banner/${userLanguage}.md`)
const response = await fetch(`/lingo-letter/i18n/welcome_banner/${userLanguage}.md`)
const markdown = await response.text()

setWelcomeBannerCopy(markdown)
Expand Down
2 changes: 1 addition & 1 deletion src/components/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export default function Footer() {
className="flex mb-3 mr-4 underline"
href="https://github.com/makaroni4/lingo-letter"
>
<img className="w-4 mr-2" src="/lingo-email/github.svg" alt="Github repo" />
<img className="w-4 mr-2" src="/lingo-letter/github.svg" alt="Github repo" />
{t("source_code")}
</a>
<a
Expand Down
2 changes: 1 addition & 1 deletion src/components/Logo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export default function Logo() {
<div className="js-open-welcome-popup -rotate-12">
<img
className="block w-12 cursor-pointer"
src="/lingo-email/logo.svg"
src="/lingo-letter/logo.svg"
alt="Email Simulator"
onClick={() => {
setShowWelcomePopup(true)
Expand Down
2 changes: 1 addition & 1 deletion src/components/Navbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ export default function Navbar() {
target="_blank"
rel="noreferrer"
>
<img className="w-7 mr-8" src="/lingo-email/github.svg" alt="Github repo" />
<img className="w-7 mr-8" src="/lingo-letter/github.svg" alt="Github repo" />
</a>
{!settingsVisible && (
<Cog6ToothIcon
Expand Down
2 changes: 1 addition & 1 deletion src/components/Settings.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ export default function Settings() {
rel="noreferrer"
href="https://github.com/makaroni4/lingo-letter"
>
<img className="w-5 mr-2" src="/lingo-email/github.svg" alt="Github repo" />
<img className="w-5 mr-2" src="/lingo-letter/github.svg" alt="Github repo" />
Source code
</a>
</div>
Expand Down

0 comments on commit 2f69672

Please sign in to comment.