Skip to content

Commit

Permalink
Merge pull request #621 from jayehernandez/fix/updates
Browse files Browse the repository at this point in the history
Update Site and Heroku Links
  • Loading branch information
jayehernandez authored Oct 20, 2022
2 parents 195a951 + c41d0ff commit 73a56a1
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 3,833 deletions.
5 changes: 4 additions & 1 deletion client/src/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@
"version": "1.0.15",
"manifest_version": 3,
"permissions": ["storage"],
"host_permissions": ["https://texttospeech.responsivevoice.org/"],
"host_permissions": [
"https://texttospeech.responsivevoice.org/",
"https://letra-extension.vercel.app/"
],
"icons": {
"48": "icons/icon_48.png",
"128": "icons/icon_128.png"
Expand Down
1 change: 0 additions & 1 deletion site/components/About.js
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,6 @@ function About() {
<Image
src="https://api.producthunt.com/widgets/embed-image/v1/featured.svg?post_id=196571&theme=dark"
alt="Letra - Passively learn a new language every time you open a new tab | Product Hunt"
style={{ width: '250px', height: '54px' }}
width="250"
height="54"
/>
Expand Down
8 changes: 0 additions & 8 deletions site/components/Languages.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,14 +51,6 @@ function Languages({ languages }) {
</Box>
);
})}
<ExternalLink
href="https://github.com/jayehernandez/letra-extension/blob/master/docs/new_language.md"
type="simple"
>
<Button size="xs" color="secondary" css={{ px: '$6' }}>
Add yours!
</Button>
</ExternalLink>
</GridContainer>
</Box>
);
Expand Down
1 change: 1 addition & 0 deletions site/next.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
module.exports = {
reactStrictMode: true,
images: {
dangerouslyAllowSVG: true,
domains: ['api.producthunt.com', 'avatars.githubusercontent.com', 'images.unsplash.com'],
},
};
Loading

2 comments on commit 73a56a1

@vercel
Copy link

@vercel vercel bot commented on 73a56a1 Oct 20, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

letra-extension – ./server

letra-extension-git-master-jayehernandez.vercel.app
letra-extension.vercel.app
letra-extension-jayehernandez.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 73a56a1 Oct 20, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

letra – ./site

letra-jayehernandez.vercel.app
letra.vercel.app
letra-git-master-jayehernandez.vercel.app

Please sign in to comment.