mirror of
https://github.com/penpot/penpot.git
synced 2025-02-15 03:28:25 -05:00
🐛 Fix wrong reference to uxbox icon.
This commit is contained in:
parent
9159f18982
commit
6f90abbf52
2 changed files with 3 additions and 3 deletions
|
@ -3,7 +3,7 @@
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8" />
|
||||||
<meta http-equiv="x-ua-compatible" content="ie=edge" />
|
<meta http-equiv="x-ua-compatible" content="ie=edge" />
|
||||||
<title>app - The Open-Source prototyping tool</title>
|
<title>UXBOX - The Open-Source prototyping tool</title>
|
||||||
<link id="theme" href="/css/main-{{& th}}.css?ts={{& ts}}"
|
<link id="theme" href="/css/main-{{& th}}.css?ts={{& ts}}"
|
||||||
rel="stylesheet" type="text/css" />
|
rel="stylesheet" type="text/css" />
|
||||||
<link rel="icon" href="/images/favicon.png" />
|
<link rel="icon" href="/images/favicon.png" />
|
||||||
|
|
|
@ -62,9 +62,9 @@
|
||||||
(def loader (icon-xref :loader))
|
(def loader (icon-xref :loader))
|
||||||
(def lock (icon-xref :lock))
|
(def lock (icon-xref :lock))
|
||||||
(def lock-open (icon-xref :lock-open))
|
(def lock-open (icon-xref :lock-open))
|
||||||
(def logo (icon-xref :app-logo))
|
(def logo (icon-xref :uxbox-logo))
|
||||||
(def logout (icon-xref :logout))
|
(def logout (icon-xref :logout))
|
||||||
(def logo-icon (icon-xref :app-logo-icon))
|
(def logo-icon (icon-xref :uxbox-logo-icon))
|
||||||
(def lowercase (icon-xref :lowercase))
|
(def lowercase (icon-xref :lowercase))
|
||||||
(def mail (icon-xref :mail))
|
(def mail (icon-xref :mail))
|
||||||
(def minus (icon-xref :minus))
|
(def minus (icon-xref :minus))
|
||||||
|
|
Loading…
Add table
Reference in a new issue