Skip to content

Commit

Permalink
URL redirect bug
Browse files Browse the repository at this point in the history
  • Loading branch information
rayoverweij committed Jun 10, 2020
1 parent 9be7f0d commit 2048184
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tacotab",
"version": "0.4.1",
"version": "0.4.2",
"author": {
"name": "Rayo Verweij",
"email": "rayo.verweij@live.nl",
Expand Down
2 changes: 1 addition & 1 deletion public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<meta property="og:site_name" content="TacoTab">
<meta property="og:description" content="Tabbing for small World Schools-like debating tournaments">
<meta property="og:image" content="%PUBLIC_URL%/logo-social.jpg">
<meta property="og:url" content="https://rayo.dev/tacotab">
<meta property="og:url" content="https://www.rayo.dev/tacotab">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:image:alt" content="A picture of a taco next to the word TacoTab">

Expand Down
4 changes: 2 additions & 2 deletions src/home/Settings.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ class Settings extends React.Component<SettingsProps, SettingsState> {
<section id="section-about">
<h3>About</h3>
<p>
TacoTab β version 0.4.1<br />
TacoTab β version 0.4.2<br />
&copy; {new Date().getFullYear()} Rayo Verweij<br />
<img src={GitHubLogo} alt="GitHub logo" id="logo-github"/>&nbsp;
<a href="https://github.com/rayoverweij/tacotab" rel="noopener noreferrer" target="_blank">
Expand Down Expand Up @@ -218,7 +218,7 @@ class Settings extends React.Component<SettingsProps, SettingsState> {

<Modal.Body>
<p>
New in version 0.4.1:
New in version 0.4.2:
<ul>
<li>General: last update's design refresh has been refined, with clearer headings and more space to work</li>
<li>General: a new privacy policy, explaining that we never collect any data, has been added to the Settings page</li>
Expand Down

0 comments on commit 2048184

Please sign in to comment.