Skip to content

Commit

Permalink
feat(ondrej-sika.cz/skoleni/loki): Create page for Loki training
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrejsika committed Feb 13, 2025
1 parent b98ece2 commit 49976a1
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions packages/ondrej-sika.cz/pages/skoleni/loki.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
import React from "react";
import CourseDD from "@app/ondrejsika-theme/layouts/CourseDD";
import logo from "@app/data/pictures/technologies/loki.png";

const Page = (props) => <CourseDD site={props.site} course_id="loki" lang={props.site.lang} location="cz" show_sessions={true} logo={logo} />;

export default Page;

0 comments on commit 49976a1

Please sign in to comment.