Skip to content

Commit c4660b9

Browse files
Final Sale! text added
1 parent 5f10bdb commit c4660b9

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

src/component/hero.tsx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -97,9 +97,8 @@ export default function Hero() {
9797
<aside className="formInfo-hero">
9898
{/* <div className="formInfo-hero__ribbon">33% OFF</div> */}
9999
<h2>
100-
{/* Early Bird */}
101-
<span>Precio General</span>
102-
{/* <span>Sale!</span> */}
100+
Final
101+
<span>Sale!</span>
103102
</h2>
104103
{/* <p>
105104
¡Aprovecha este curso para adquirir conocimientos en el lenguaje de

src/sass/component/_hero.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@
218218
overflow: hidden;
219219
display: flex;
220220
flex-direction: column;
221-
justify-content: space-between;
221+
justify-content: space-evenly;
222222

223223
&__ribbon {
224224
position: absolute;

0 commit comments

Comments
 (0)