Skip to content

Commit

Permalink
update name
Browse files Browse the repository at this point in the history
  • Loading branch information
PTK12 committed Nov 20, 2023
1 parent ed1fe41 commit 0c10136
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
# JustMorse

A website that measures Morse code ability.
Website is [here](https://potatok123.github.io/JustMorse/).
Website is [here](https://ptk12.github.io/JustMorse/).
If you'd like to contribute, head over to discussions!
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"scripts": {
"start": "webpack"
},
"author": "PotatoK123",
"author": "PTK12",
"license": "GPL-3.0-or-later",
"devDependencies": {
"copy-webpack-plugin": "^11.0.0",
Expand Down
8 changes: 4 additions & 4 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@
<meta property="og:title" content="JustMorse">
<meta property="og:type" content="website">
<meta property="og:description" content="Practice your Morse code skills with JustMorse!">
<meta property="og:image" content="https://potatok123.github.io/JustMorse/assets/meta-image.png">
<meta property="og:url" content="https://potatok123.github.io/JustMorse/">
<meta property="og:image" content="https://ptk12.github.io/JustMorse/assets/meta-image.png">
<meta property="og:url" content="https://ptk12.github.io/JustMorse/">

<!-- Twitter -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="JustMorse">
<meta name="twitter:description" content="Practice your Morse code skills with JustMorse!">
<meta name="twitter:image" content="https://potatok123.github.io/JustMorse/assets/meta-image.png">
<meta name="twitter:image" content="https://ptk12.github.io/JustMorse/assets/meta-image.png">

<!-- React Helmet -->
<meta name="theme-color" content="#ff0000" data-react-helmet="true">
Expand All @@ -35,7 +35,7 @@
<div id="input-box"></div>
<input type="button" id="morse-button" value="PRESS ME">
<div id="links">
<a href="https://github.com/PotatoK123/JustMorse"><img src="./assets/github-mark.svg" alt="GitHub" height="50"></a>
<a href="https://github.com/PTK12/JustMorse"><img src="./assets/github-mark.svg" alt="GitHub" height="50"></a>
</div>
</div>
<script src="./js/main.js" type="module"></script>
Expand Down

0 comments on commit 0c10136

Please sign in to comment.