Skip to content

Commit

Permalink
fix: safari not play
Browse files Browse the repository at this point in the history
  • Loading branch information
madawei2699 committed Mar 29, 2023
1 parent 93447f3 commit 76affcc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ Please join this [slack channel](https://slack-redirect.i365.tech/) with more th
- [x] Use ~~[earlybird](https://earlybird.im/)~~chatGPT to build the landing page
- [Landing Page Examples](https://landings.dev/)
- [Landingfolio](https://www.landingfolio.com/)
- [ ] [Screen recordings](https://www.screen.studio/) to show how to use the bot
- [x] ~~[Screen recordings](https://www.screen.studio/)~~[CleanShot X](https://cleanshot.com/) to show how to use the bot
- [ ] SEO optimization
- [ ] Traffic analysis
- [mixpanel](https://mixpanel.com/get-demo/free-plan/)
Expand Down
1 change: 1 addition & 0 deletions web/landing/www/src/components/Features.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ const Feature = ({ title, text, videoUrl }) => {
autoPlay
loop
muted
playsInline
></video>
</div>
<div className="px-4 py-6 bg-white shadow-md -mt-12 relative z-10">
Expand Down
4 changes: 2 additions & 2 deletions web/landing/www/src/components/Hero.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ const Hero = () => {
return (
<section className="bg-white text-center">
<div className="container mx-auto py-20">
<h1 className="text-6xl mb-6 font-black">myGPTReader</h1>
<h2 className="text-5xl mb-6 font-black">
<h1 className="text-5xl mb-6 font-black">myGPTReader</h1>
<h2 className="text-4xl mb-6 font-black">
A new way to read with AI bot
</h2>
<p className="text-gray-600 leading-normal mb-8 max-w-2xl mx-auto">
Expand Down

0 comments on commit 76affcc

Please sign in to comment.