Skip to content

Commit

Permalink
lint: formatting template
Browse files Browse the repository at this point in the history
  • Loading branch information
bchamagne committed Aug 14, 2024
1 parent acc48e2 commit a53a328
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/archethic_web/explorer/templates/layout/root.html.heex
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="robots" content="noindex, nofollow">
<meta name="robots" content="noindex, nofollow" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title><%= assigns[:page_title] || "aeExplorer" %></title>
<link rel="stylesheet" href={Routes.static_path(@conn, "/css/app.css")} />
Expand Down

0 comments on commit a53a328

Please sign in to comment.