mirror of
https://github.com/penpot/penpot.git
synced 2025-02-12 18:18:24 -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>
|
||||
<meta charset="utf-8" />
|
||||
<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}}"
|
||||
rel="stylesheet" type="text/css" />
|
||||
<link rel="icon" href="/images/favicon.png" />
|
||||
|
|
|
@ -62,9 +62,9 @@
|
|||
(def loader (icon-xref :loader))
|
||||
(def lock (icon-xref :lock))
|
||||
(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 logo-icon (icon-xref :app-logo-icon))
|
||||
(def logo-icon (icon-xref :uxbox-logo-icon))
|
||||
(def lowercase (icon-xref :lowercase))
|
||||
(def mail (icon-xref :mail))
|
||||
(def minus (icon-xref :minus))
|
||||
|
|
Loading…
Add table
Reference in a new issue