Skip to content

Commit

Permalink
add link to previous sessions - edge sig
Browse files Browse the repository at this point in the history
  • Loading branch information
varodrig committed Jul 19, 2024
1 parent c0296f9 commit cb65159
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/pages/sigs/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,15 @@ export default function SIGPage() {
Devices at the far edge need a different approach. Edge devices such as assembly line tools, IoT gateways, points of sale, and industrial controllers have to operate with limited computing resources, power, cooling, and connectivity.
</Callout>
</div>
<div className="grid lg:grid-cols-1 my-8 lg:my-0 gap-8 page-wrapper">
<Callout
title="Missed a session?"
url="https://www.youtube.com/playlist?list=PLaR6Rq6Z4IqceDBWosHflxRFiJSqIT4Aa"
icon={<ExternalLink alt="" />}
>
Check out our Edge SIG Playlist
</Callout>
</div>
</AccordionItem>
<AccordionItem title="Validated Patterns" icon={<Triangle alt="" />}>
<p className={paragraphStyle}>
Expand Down

0 comments on commit cb65159

Please sign in to comment.