Skip to content

Commit

Permalink
fix: corrige dash
Browse files Browse the repository at this point in the history
  • Loading branch information
taciomedeiros committed Aug 26, 2024
1 parent 3b5067b commit 2e31145
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion src/components/hero-section/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export const HeroSection = () => {
<video muted loop={true} autoPlay={true} playsInline={true} onContextMenu={() => false} preload="metadata" className={styles.Video} src="/videos/last-year-video.mp4"></video>
<div className={styles.Overlay}></div>
<div className={styles.Content}>
<Image alt='Devfest Triângulo 2023' src={Title} loading="eager" layout="responsive" height={83} width={216} />
<Image alt='Devfest Triângulo 2024' src={Title} loading="eager" layout="responsive" height={83} width={216} />
<aside className={styles.Aside}>
<p className={styles.AsideText}>Inscreva-se</p>
<a href={configValues.eventLinkRegistrationUrl} target="_blank" className={styles.AsideButton}>
Expand Down
5 changes: 0 additions & 5 deletions src/components/hero-section/styles.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,6 @@
background-color: #EEEEEE;
color: #000;
width: 100%;
background: repeating-linear-gradient(45deg,
tomato 0px,
tomato 2px,
transparent 2px,
transparent 9px);
}

.Content {
Expand Down

0 comments on commit 2e31145

Please sign in to comment.