Skip to content

Commit

Permalink
feat: Lien vers la météo
Browse files Browse the repository at this point in the history
feat: Lien vers la météo
  • Loading branch information
jonas-martinez authored Jun 2, 2023
2 parents b10b205 + f4c6620 commit 98f0d21
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions src/views/navbar.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
import { Container, Flex, colors, padding, Icon, Actionable } from "@lenra/components";
import { views } from "../index.gen.js";

/**
* @type {Array<{icon: import("@lenra/components/dist/component.js").IconName, path: string, pages: Array<string>}>
*/
const navButtons = [
{
icon: "calendar_today",
Expand All @@ -17,11 +20,11 @@ const navButtons = [
path: "/map",
pages: [views.pages.map],
},
/* {
icon: "sun",
path: "/meteo",
{
icon: "wb_sunny",
path: "https://meteofrance.com/previsions-meteo-france/baden/56870",
pages: [],
} */
}
];

export default function (_data, { page }) {
Expand Down

0 comments on commit 98f0d21

Please sign in to comment.