Skip to content

Commit

Permalink
docs: Update tagline
Browse files Browse the repository at this point in the history
  • Loading branch information
manzt committed Oct 22, 2024
1 parent e6a2c13 commit 41e0924
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/src/components/Hero.astro
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import Counter from "./examples/Counter.astro";
<p
class="mt-3 sm:mx-auto xl:mx-0 max-w-lg text-lg sm:text-2xl sm:mt-5"
>
custom jupyter widgets made easy
reusable interactive widgets made easy
</p>
<div class="mt-5 sm:mt-8 sm:flex sm:justify-center xl:justify-start">
<div>
Expand Down
2 changes: 1 addition & 1 deletion docs/src/consts.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export const SITE = {
title: "anywidget",
description: "custom jupyter widgets made easy",
description: "reusable interactive widgets made easy",
defaultLanguage: "en_US",
};

Expand Down
2 changes: 1 addition & 1 deletion docs/src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import SplashLayout from "../layouts/SplashLayout.astro";
let frontmatter: Frontmatter = {
title: "anywidget",
description: "juypyter widgets made easy",
description: "reusable widgets made easy",
layout: "splash",
};
---
Expand Down

0 comments on commit 41e0924

Please sign in to comment.