Skip to content

Commit

Permalink
Remove lights link
Browse files Browse the repository at this point in the history
  • Loading branch information
ClayBenson94 committed Mar 21, 2024
1 parent 35f6dfe commit 44400b3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion client/src/components/Home/Intro/Intro.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,9 @@ class Intro extends React.Component {
<Tooltip title="GitHub"><a href="https://github.com/ClayBenson94" target="_blank" rel="noopener noreferrer"><FontAwesomeIcon className={classNames(classes.icon, 'clickable')} icon={faGithub} /></a></Tooltip>
<Tooltip title="LinkedIn"><a href="https://www.linkedin.com/in/claybenson94/" target="_blank" rel="noopener noreferrer"><FontAwesomeIcon className={classNames(classes.icon, 'clickable')} icon={faLinkedin} /></a></Tooltip>
<Tooltip title="Twitch"><a href="https://www.twitch.tv/piercinggoblin" target="_blank" rel="noopener noreferrer"><FontAwesomeIcon className={classNames(classes.icon, 'clickable')} icon={faTwitch} /></a></Tooltip>
<Tooltip title="Control my lights!"><a href="/led" target="_blank" rel="noopener noreferrer"><FontAwesomeIcon className={classNames(classes.icon, 'clickable')} icon={faLightbulb} /></a></Tooltip>

{/* Haven't had this running for a while since I started using HomeAssistant -- might as well comment it out for now :) */}
{/* <Tooltip title="Control my lights!"><a href="/led" target="_blank" rel="noopener noreferrer"><FontAwesomeIcon className={classNames(classes.icon, 'clickable')} icon={faLightbulb} /></a></Tooltip> */}
</div>
</FadeOnStart>
</div>
Expand Down

0 comments on commit 44400b3

Please sign in to comment.