Skip to content

Commit

Permalink
fix tagline
Browse files Browse the repository at this point in the history
  • Loading branch information
mattk committed Aug 6, 2024
1 parent 5e7f205 commit 643242f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ export default function Home() {
<div className={styles.container}>
<main className={styles.main}>
<h1 className={styles.title}>RogueApps</h1>
<p className={styles.poweredBy}>
Powered by <a href="https://www.huntress.com" target="_blank" rel="noopener noreferrer">Huntress</a>
</p>
<h3 className={styles.poweredBy}>
When Good Apps Go Rogue | Powered by <a href="https://www.huntress.com" target="_blank" rel="noopener noreferrer">Huntress</a>
</h3>
<input
type="text"
placeholder="Search..."
Expand Down

0 comments on commit 643242f

Please sign in to comment.