Skip to content

Commit

Permalink
feat(ondrej-sika.cz): Add link to Devopsa s.r.o. contact page to othe…
Browse files Browse the repository at this point in the history
…r contact pages
  • Loading branch information
ondrejsika committed Jan 10, 2025
1 parent 43ec829 commit 7a98578
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/ondrej-sika.cz/pages/kontakt-sikalabs.js
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,10 @@ const Index = () => (
<a>Ondřej Šika</a>
</Link>
,{" "}
<Link href="/kontakt-devopsa">
<a>Devopsa s.r.o.</a>
</Link>
,{" "}
<Link href="/kontakt-trainera">
<a>Trainera s.r.o.</a>
</Link>
Expand Down
4 changes: 4 additions & 0 deletions packages/ondrej-sika.cz/pages/kontakt-trainera.js
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,10 @@ const Index = () => (
<Link href="/kontakt-sikalabs">
<a>SikaLabs s.r.o.</a>
</Link>
,{" "}
<Link href="/kontakt-devopsa">
<a>Devopsa s.r.o.</a>
</Link>
</p>
</div>
</div>
Expand Down
4 changes: 4 additions & 0 deletions packages/ondrej-sika.cz/pages/kontakt.js
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,10 @@ const Index = () => (
<a>SikaLabs s.r.o.</a>
</Link>
,{" "}
<Link href="/kontakt-devopsa">
<a>Devopsa s.r.o.</a>
</Link>
,{" "}
<Link href="/kontakt-trainera">
<a>Trainera s.r.o.</a>
</Link>
Expand Down

0 comments on commit 7a98578

Please sign in to comment.