Skip to content

Commit

Permalink
Downloads: temp
Browse files Browse the repository at this point in the history
  • Loading branch information
moysa committed Nov 6, 2024
1 parent fe2ca06 commit 030aa5e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
Binary file added src/assets/images/video_placeholder.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions src/pages/Downloads.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@
}

.promoVideo {
width: 600px;
// width: 600px;
height: 337px;
display: flex;
justify-content: center;
Expand All @@ -184,7 +184,7 @@
border-radius: 12px;
overflow: hidden;

background: var(--background-header-input);
background: #1A1A1A;
video {
width: 100%;
height: 100%;
Expand Down
7 changes: 4 additions & 3 deletions src/pages/Downloads.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import primalQR from '../assets/images/primal_qr.png';
import gitHubLight from '../assets/icons/github_light.svg';
import gitHubDark from '../assets/icons/github.svg';

import primalDownloads from '../assets/images/primal_downloads.png';
import primalDownloads from '../assets/images/video_placeholder.png';

import styles from './Downloads.module.scss';
import { downloads as t } from '../translations';
Expand Down Expand Up @@ -119,14 +119,15 @@ const Downloads: Component = () => {
<div class={styles.downloadsContent}>

<div class={styles.promoVideo}>
<video
<img src={primalDownloads} />
{/* <video
src='https://m.primal.net/HcyV.mp4'
controls={false}
muted={true}
loop={true}
playsinline={true}
autoplay={true}
/>
/> */}
</div>

<div class={styles.appInfo}>
Expand Down

0 comments on commit 030aa5e

Please sign in to comment.