Skip to content

Commit

Permalink
simplify
Browse files Browse the repository at this point in the history
  • Loading branch information
adnanwahab committed Oct 18, 2024
1 parent 38c7a48 commit a816073
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion web-ui/js/Odyssey-Intro.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ export default function Example() {
{/* <div className="relative rounded-full px-3 py-1 text-sm leading-6 text-gray-600 ring-1 ring-gray-900/10 hover:ring-gray-900/20">
Announcing our next round of funding.{' '}
<a href="#" className="font-semibold text-indigo-600">
<span aria-hidden="true" className="absolute inset-0" />
<span aria-hidden="true" className="absolute inset-0" />
Read more <span aria-hidden="true">&rarr;</span>
</a>
</div> */}
Expand Down
11 changes: 7 additions & 4 deletions web-ui/js/views/odyssey/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,12 @@ const navigation = {
name: "hackaday",
href: "https://hackaday.io/roboticsodyssey",
icon: (props) => (
<svg fill="currentColor" viewBox="0 0 24 24" {...props}>
<path d="M13.6823 10.6218L20.2391 3H18.6854L12.9921 9.61788L8.44486 3H3.2002L10.0765 13.0074L3.2002 21H4.75404L10.7663 14.0113L15.5685 21H20.8131L13.6819 10.6218H13.6823ZM11.5541 13.0956L10.8574 12.0991L5.31391 4.16971H7.70053L12.1742 10.5689L12.8709 11.5655L18.6861 19.8835H16.2995L11.5541 13.096V13.0956Z" />
</svg>
<>
πŸŒŒπŸŒŒπŸŒˆπŸŒˆπŸ§™πŸΌβ€β™‚οΈπŸ§™πŸΌβ€β™‚οΈπŸ§™πŸΌβ€β™€οΈπŸ§™πŸ»πŸ€–πŸ€–πŸ¦–πŸ¦–πŸ¦•
</>
// <svg fill="currentColor" viewBox="0 0 24 24" {...props}>
// <path d="M13.6823 10.6218L20.2391 3H18.6854L12.9921 9.61788L8.44486 3H3.2002L10.0765 13.0074L3.2002 21H4.75404L10.7663 14.0113L15.5685 21H20.8131L13.6819 10.6218H13.6823ZM11.5541 13.0956L10.8574 12.0991L5.31391 4.16971H7.70053L12.1742 10.5689L12.8709 11.5655L18.6861 19.8835H16.2995L11.5541 13.096V13.0956Z" />
// </svg>
),
},

Expand Down Expand Up @@ -239,7 +242,7 @@ export default function Example() {
))}
</div>
<p className="mt-8 text-xs leading-5 text-gray-400 md:order-1 md:mt-0">
Office Hours with Pau
<a href="https://calendly.com/robotics-odyssey">Office Hours with Pau</a>
</p>
</div>
</div>
Expand Down

0 comments on commit a816073

Please sign in to comment.