Skip to content

Commit

Permalink
Added gaming icon to our gaming service
Browse files Browse the repository at this point in the history
  • Loading branch information
Spicer Matthews committed Jan 13, 2025
1 parent 4e5d13a commit de1e0c9
Showing 1 changed file with 28 additions and 1 deletion.
29 changes: 28 additions & 1 deletion src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -896,6 +896,34 @@ const Index = ({ data: fallbackData, userAgent }) => {
</>
)}

<Link to="https://tab.gladly.io/v5/games">
<IconButton
style={{
height: 40,
width: 40,
marginRight: '10px',
backgroundColor: 'white',
boxShadow: '0px 2px 4px grey',
}}
>
<div
style={{ display: 'flex', flexDirection: 'column' }}
>
<svg
xmlns="http://www.w3.org/2000/svg"
width="30px"
height="30px"
fill="currentColor"
className="bi bi-controller"
viewBox="0 0 16 16"
>
<path d="M11.5 6.027a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0m-1.5 1.5a.5.5 0 1 0 0-1 .5.5 0 0 0 0 1m2.5-.5a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0m-1.5 1.5a.5.5 0 1 0 0-1 .5.5 0 0 0 0 1m-6.5-3h1v1h1v1h-1v1h-1v-1h-1v-1h1z" />
<path d="M3.051 3.26a.5.5 0 0 1 .354-.613l1.932-.518a.5.5 0 0 1 .62.39c.655-.079 1.35-.117 2.043-.117.72 0 1.443.041 2.12.126a.5.5 0 0 1 .622-.399l1.932.518a.5.5 0 0 1 .306.729q.211.136.373.297c.408.408.78 1.05 1.095 1.772.32.733.599 1.591.805 2.466s.34 1.78.364 2.606c.024.816-.059 1.602-.328 2.21a1.42 1.42 0 0 1-1.445.83c-.636-.067-1.115-.394-1.513-.773-.245-.232-.496-.526-.739-.808-.126-.148-.25-.292-.368-.423-.728-.804-1.597-1.527-3.224-1.527s-2.496.723-3.224 1.527c-.119.131-.242.275-.368.423-.243.282-.494.575-.739.808-.398.38-.877.706-1.513.773a1.42 1.42 0 0 1-1.445-.83c-.27-.608-.352-1.395-.329-2.21.024-.826.16-1.73.365-2.606.206-.875.486-1.733.805-2.466.315-.722.687-1.364 1.094-1.772a2.3 2.3 0 0 1 .433-.335l-.028-.079zm2.036.412c-.877.185-1.469.443-1.733.708-.276.276-.587.783-.885 1.465a14 14 0 0 0-.748 2.295 12.4 12.4 0 0 0-.339 2.406c-.022.755.062 1.368.243 1.776a.42.42 0 0 0 .426.24c.327-.034.61-.199.929-.502.212-.202.4-.423.615-.674.133-.156.276-.323.44-.504C4.861 9.969 5.978 9.027 8 9.027s3.139.942 3.965 1.855c.164.181.307.348.44.504.214.251.403.472.615.674.318.303.601.468.929.503a.42.42 0 0 0 .426-.241c.18-.408.265-1.02.243-1.776a12.4 12.4 0 0 0-.339-2.406 14 14 0 0 0-.748-2.295c-.298-.682-.61-1.19-.885-1.465-.264-.265-.856-.523-1.733-.708-.85-.179-1.877-.27-2.913-.27s-2.063.091-2.913.27" />
</svg>
</div>
</IconButton>
</Link>

{user && (
<IconButton
style={{
Expand Down Expand Up @@ -1082,7 +1110,6 @@ const Index = ({ data: fallbackData, userAgent }) => {
<div className={classes.notificationButtonsWrapper}>
<Link
to="https://docs.google.com/forms/d/e/1FAIpQLScnsvTq8s3oSOzD9jaCCYcsa-LbNPQyIZDU9lSVSJWIMPeNWg/viewform"
target="_blank"
>
<Button variant="contained">Take the Survey</Button>
</Link>
Expand Down

0 comments on commit de1e0c9

Please sign in to comment.