File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ const {
2727 <nav class =" nav" id =" nav" >
2828 <a href ={ import .meta .env .BASE_URL } class =" nav__logo" >Ricardo Olenewa</a >
2929 <ul class =" nav__links" >
30- <li ><a href ={ ` ${import .meta .env .BASE_URL }work/quantum-gaming ` } >Work</a ></li >
30+ <li ><a href ={ ` ${import .meta .env .BASE_URL }work/quantum-games ` } >Work</a ></li >
3131 <li ><a href ={ ` ${import .meta .env .BASE_URL }cv ` } >CV</a ></li >
3232 <li ><button class =" nav__contact-btn" id =" contact-trigger-nav" >Contact</button ></li >
3333 </ul >
@@ -46,7 +46,7 @@ const {
4646 </p >
4747 <div class =" footer__right" >
4848 <ul class =" footer__links" >
49- <li ><a href ={ ` ${import .meta .env .BASE_URL }work/quantum-gaming ` } >Quantum Gaming</a ></li >
49+ <li ><a href ={ ` ${import .meta .env .BASE_URL }work/quantum-games ` } >Quantum Gaming</a ></li >
5050 <li ><a href ={ ` ${import .meta .env .BASE_URL }work/ml-education ` } >ML Education</a ></li >
5151 <li ><a href ={ ` ${import .meta .env .BASE_URL }work/docs-as-code ` } >Docs as Code</a ></li >
5252 <li ><a href ={ ` ${import .meta .env .BASE_URL }cv ` } >CV</a ></li >
Original file line number Diff line number Diff line change @@ -181,7 +181,7 @@ import Layout from '../layouts/Layout.astro';
181181 <div class =" showcase__inner" >
182182 <span class =" showcase__label" >01</span >
183183 <h2 class =" showcase__title" >
184- <a href ={ ` ${import .meta .env .BASE_URL }work/quantum-gaming ` } >Quantum Gaming</a >
184+ <a href ={ ` ${import .meta .env .BASE_URL }work/quantum-games ` } >Quantum Gaming</a >
185185 </h2 >
186186 <p class =" showcase__body" >
187187 Quantum computing needs an ecosystem, not just physicists. We created games
@@ -190,7 +190,7 @@ import Layout from '../layouts/Layout.astro';
190190 playing. The work runs on actual quantum computers, and continues growing
191191 through a global community of contributors.
192192 </p >
193- <a href ={ ` ${import .meta .env .BASE_URL }work/quantum-gaming ` } class =" showcase__link" >
193+ <a href ={ ` ${import .meta .env .BASE_URL }work/quantum-games ` } class =" showcase__link" >
194194 Read more <span class =" showcase__arrow" >→</span >
195195 </a >
196196 </div >
Original file line number Diff line number Diff line change @@ -199,7 +199,7 @@ import Layout from '../../layouts/Layout.astro';
199199 </section >
200200
201201 <nav class =" story-nav fade-up" >
202- <a href ={ ` ${import .meta .env .BASE_URL }work/quantum-gaming ` } class =" story-nav__back" >← Quantum Gaming</a >
202+ <a href ={ ` ${import .meta .env .BASE_URL }work/quantum-games ` } class =" story-nav__back" >← Quantum Gaming</a >
203203 <a href ={ ` ${import .meta .env .BASE_URL }work/docs-as-code ` } class =" story-nav__next" >Docs as Code →</a >
204204 </nav >
205205
File renamed without changes.
You can’t perform that action at this time.
0 commit comments