Skip to content

Commit

Permalink
Update video (#217)
Browse files Browse the repository at this point in the history
* fix:update 404 copy

* feat: update videos
  • Loading branch information
harsh242 authored Mar 8, 2021
1 parent 8662902 commit 18e016f
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 3 deletions.
Binary file modified src/assets/videos/anim-create-currency.mp4
Binary file not shown.
Binary file modified src/assets/videos/earn while you learn-anim.mp4
Binary file not shown.
3 changes: 1 addition & 2 deletions src/pages/404.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@ const Error404 = () => {
<img src={ErrorBot} className={`h-64 w-64`} />
<h3 className={`font-black text-4xl mt-4`}>Oops</h3>
<p className={`text-center text-2xl mt-4`}>
This cryptobot does not exists. Try exploring on Marketplace or
build your own while learning in Academy
This page does not exists, just click the big button and get started again
</p>
<div className={`mt-6 space-x-4`}>
<Link
Expand Down
2 changes: 1 addition & 1 deletion src/pages/tezos/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ const FeatureGrid = ({
{buttontext}
</Link>
</div>
<div className="h-full w-full">
<div className="h-full w-full justify-items-center grid">
<video
className="object-contain object-center"
loop
Expand Down

0 comments on commit 18e016f

Please sign in to comment.