Skip to content

Commit

Permalink
Update PanicYoozle.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
MakinoharaShoko committed Dec 20, 2024
1 parent add78de commit 3534bdd
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,17 +17,17 @@ export const PanicYoozle = () => {
<span className={styles.yoozle_blue} style={{ marginRight: '1px' }}>
W
</span>
<span className={styles.yoozle_red}>e</span>
<span className={`${styles.yoozle_red}`}>e</span>
<span className={styles.yoozle_yellow}>b</span>
<span className={styles.yoozle_blue}>g</span>
<span className={styles.yoozle_green}>a</span>
<span className={`${styles.yoozle_red} ${styles.yoozle_e_rotate}`}>l</span>
<span className={`${styles.yoozle_green} ${styles.yoozle_e_rotate}`}>a</span>
<span className={`${styles.yoozle_red}`}>l</span>
</span>
</div>
<div className={styles.yoozle_search}>
<input className={styles.yoozle_search_bar} type="text" defaultValue="" />
<div className={styles.yoozle_search_buttons}>
<input className={styles.yoozle_button} type="submit" value="Yoozle Search" />
<input className={styles.yoozle_button} type="submit" value="WebGAL Search" />
<input className={styles.yoozle_button} type="submit" value="Feeling Lucky" />
</div>
</div>
Expand Down

0 comments on commit 3534bdd

Please sign in to comment.