Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
zacksiri committed Jan 3, 2025
1 parent f5fdcda commit cc5b092
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/opsmaru_web/components/layouts/root.html.heex
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
<.live_title>
{assigns[:page_title] || "Opsmaru"}
</.live_title>
<meta property="og:title" {assigns[:page_title] || "Opsmaru"} />
<meta property="og:image" {assigns[:page_cover] || ~p"/site/images/default-shot.png"} />
<meta property="og:title" content={assigns[:page_title] || "Opsmaru"} />
<meta property="og:image" content={assigns[:page_cover] || ~p"/site/images/default-shot.png"} />
<link
rel="stylesheet"
href="https://api.fontshare.com/css?f%5B%5D=switzer@400,500,600,700&amp;display=swap"
Expand Down

0 comments on commit cc5b092

Please sign in to comment.