Skip to content

Commit

Permalink
Updated favicon in templates.
Browse files Browse the repository at this point in the history
Signed-off-by: alexmerlin <[email protected]>
  • Loading branch information
alexmerlin committed Apr 30, 2024
1 parent 4daae1b commit 535e27b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion admin/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="DotKernel Admin documentation.">
<link rel="canonical" href="https://docs.dotkernel.org/admin/">
<link rel="shortcut icon" href="https://docs.dotkernel.org/img/cropped-dk_128-32x32.png">
<link rel="shortcut icon" href="https://docs.dotkernel.org/img/dk_logomark.svg">
<title>DotKernel Admin documentation</title>
<link rel="stylesheet" href="https://docs.dotkernel.org/css/styles.css">
</head>
Expand Down
2 changes: 1 addition & 1 deletion frontend/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="DotKernel Frontend documentation.">
<link rel="canonical" href="https://docs.dotkernel.org/frontend/">
<link rel="shortcut icon" href="https://docs.dotkernel.org/img/cropped-dk_128-32x32.png">
<link rel="shortcut icon" href="https://docs.dotkernel.org/img/dk_logomark.svg">
<title>DotKernel Frontend documentation</title>
<link rel="stylesheet" href="https://docs.dotkernel.org/css/styles.css">
</head>
Expand Down
2 changes: 1 addition & 1 deletion packages/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Overview of the DotKernel packages.">
<link rel="canonical" href="https://docs.dotkernel.org/packages/">
<link rel="shortcut icon" href="https://docs.dotkernel.org/img/cropped-dk_128-32x32.png">
<link rel="shortcut icon" href="https://docs.dotkernel.org/img/dk_logomark.svg">
<title>DotKernel packages documentation</title>
<link rel="stylesheet" href="https://docs.dotkernel.org/css/styles.css">
</head>
Expand Down

0 comments on commit 535e27b

Please sign in to comment.