Skip to content

Commit

Permalink
chore: update images
Browse files Browse the repository at this point in the history
  • Loading branch information
lencx committed Feb 8, 2024
1 parent f1aea7b commit c113fe6
Show file tree
Hide file tree
Showing 9 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion website/docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import type * as Preset from '@docusaurus/preset-classic';

const config: Config = {
title: 'Noi',
tagline: 'AI + Tools + Plugins + Community',
tagline: '馃殌 Power Your World with AI - Explore, Extend, Empower.',
favicon: 'img/noi.png',

// Set the production url of your site here
Expand Down
6 changes: 3 additions & 3 deletions website/src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ export default function Home(): JSX.Element {
<h2 className="mt-5">Preview</h2>
<div className="grid sm:grid-cols-1 lg:grid-cols-2 gap-4 max-w-[960px] m-auto">
<img className="rounded-lg shadow-lg" src="/readme/noi-theme-dark.png" />
<img className="rounded-lg shadow-lg" src="/readme/noi-theme-light.png" />
<img className="rounded-lg shadow-lg" src="/readme/noi-batch-ask.png" />
<img className="rounded-lg shadow-lg" src="/readme/noi-settings-prompts.png" />
<img className="rounded-lg shadow-lg" src="/readme/noi-settings.png" />
<img className="rounded-lg shadow-lg" src="/readme/noi-prompt.png" />
<img className="rounded-lg shadow-lg" src="/readme/noi-prompt-use.png" />
</div>

<h2 className="mt-5">FAQ</h2>
Expand Down
Binary file removed website/static/readme/noi-batch-ask.png
Binary file not shown.
Binary file added website/static/readme/noi-prompt-use.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added website/static/readme/noi-prompt.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed website/static/readme/noi-settings-prompts.png
Binary file not shown.
Binary file added website/static/readme/noi-settings.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified website/static/readme/noi-theme-dark.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed website/static/readme/noi-theme-light.png
Binary file not shown.

0 comments on commit c113fe6

Please sign in to comment.