Skip to content

Commit 06dba0a

Browse files
committed
feat: new logo and favicon, remove "Documatt" branding
1 parent c6b3482 commit 06dba0a

File tree

4 files changed

+23
-13
lines changed

4 files changed

+23
-13
lines changed

app/app.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ import "splitpanes/dist/splitpanes.css";
2525
if (import.meta.server) {
2626
useSeoMeta({
2727
title:
28-
"Documatt Snippets - Sphinx reStucturedText and Markdown online preview and editor",
28+
"Snippets - Sphinx reStucturedText and Markdown online preview and editor",
2929
ogTitle: "Sphinx reStucturedText and Markdown online preview and editor",
3030
description:
3131
"Preview and edit reStructuredText or Markdown (MyST) documents online with Sphinx and Docutils without installing it.",

app/components/Header.vue

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,15 @@
33
class="flex flex-col items-center justify-between gap-4 border-t border-b border-slate-300 bg-[#f8fafc] px-6 py-1 text-slate-500 lg:flex-row dark:bg-slate-800 dark:text-slate-400"
44
>
55
<!-- Left-side logo and motto -->
6-
<div class="flex items-center gap-4">
7-
<a href="https://documatt.com" class="">
8-
<NuxtImg
9-
src="/images/documatt-logo.svg"
10-
alt="Documatt logo"
11-
class="h-[0.7lh]"
12-
/>
13-
</a>
14-
<h1 class="text-sm font-bold">
15-
reStructuredText and Markdown live preview
6+
<div class="flex items-center">
7+
<NuxtImg
8+
src="/images/snippets-logo.svg"
9+
alt="Documatt Snippets logo"
10+
class="w-12"
11+
/>
12+
<h1 class="text-primary text-xl font-bold">Snippets</h1>
13+
<h1 class="ml-4 text-sm font-bold">
14+
Edit, preview and learn reStructuredText and Markdown.
1615
</h1>
1716
</div>
1817

@@ -24,7 +23,7 @@
2423
More functions?
2524
<a href="https://documatt.com" target="_blank">
2625
<button
27-
class="btn btn-outline border-accent hover:bg-primary bg-accent text-gray-100 hover:text-slate-200"
26+
class="btn btn-dash hover:bg-primary text-slate-500 hover:text-slate-200"
2827
>
2928
Try Documatt
3029
<Icon name="prime:arrow-right" />

nuxt.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ export default defineNuxtConfig({
1919
},
2020
app: {
2121
head: {
22-
link: [{ rel: "icon", href: "/images/snippets-icon.svg" }],
22+
link: [{ rel: "icon", href: "/images/snippets-logo.svg" }],
2323
meta: [{ name: "itemprop", content: "**[[!!IAMUP!!]]**" }],
2424
// the rest SEO metas in app/app.vue
2525
},

public/images/snippets-logo.svg

Lines changed: 11 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)