Skip to content

Commit

Permalink
no-verify repeat
Browse files Browse the repository at this point in the history
  • Loading branch information
JFrankfurt committed Aug 14, 2024
1 parent 3833b1f commit 92f5939
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
}

.ctaButton:hover {
background-color: #eff2f9;
background-color: #EFF2F9;
cursor: pointer;
}

Expand Down
1 change: 1 addition & 0 deletions apps/base-docs/src/components/Hero/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ import React from 'react';
import styles from './styles.module.css';
import HeroButton from './HeroButton/index';


export default function Hero() {
return (
<header className={styles.heroContainer}>
Expand Down

0 comments on commit 92f5939

Please sign in to comment.