- Add @paperclipai/branding workspace dep to ui/package.json and cli/package.json - Change <title> and apple-mobile-web-app-title to Nexus in ui/index.html - Replace site.webmanifest name/short_name with Nexus - Replace paperclip SVG favicon with N-letter Nexus favicon
12 lines
396 B
XML
12 lines
396 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
|
<style>
|
|
rect { fill: #18181b; }
|
|
text { fill: #e4e4e7; font-family: system-ui, sans-serif; font-weight: 700; font-size: 16px; }
|
|
@media (prefers-color-scheme: dark) {
|
|
rect { fill: #e4e4e7; }
|
|
text { fill: #18181b; }
|
|
}
|
|
</style>
|
|
<rect width="24" height="24" rx="4"/>
|
|
<text x="4.5" y="18">N</text>
|
|
</svg>
|