Skip to content

Commit

Permalink
patch: format files
Browse files Browse the repository at this point in the history
  • Loading branch information
Bashamega committed Aug 25, 2024
1 parent 2026b3c commit ac2e5cd
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion code_of_conduct.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ Instances of abusive, harassing, or otherwise unacceptable behavior may be repor

This Code of Conduct is adapted from the [Contributor Covenant](https://www.contributor-covenant.org), version 2.0, available at https://www.contributor-covenant.org/version/2/0/code_of_conduct.html.

For answers to common questions about this code of conduct, see https://www.contributor-covenant.org/faq.
For answers to common questions about this code of conduct, see https://www.contributor-covenant.org/faq.
4 changes: 3 additions & 1 deletion contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,11 +61,13 @@ For code contributions:
npm install
```
3. **Copy `.env.example` to `.env`**:

```bash
cp .env.example .env
```

4. **Add Your API Key**:

- Open the `.env` file in a text editor.
- Replace the placeholder in `NEXT_PUBLIC_API_KEY=""` with your actual API key.
```
Expand Down Expand Up @@ -101,4 +103,4 @@ For help, you can:
- Check existing issues and pull requests.
- Reach out via discussions.

Thank you for contributing to ai-helper-tools! Your help is greatly appreciated.
Thank you for contributing to ai-helper-tools! Your help is greatly appreciated.
2 changes: 1 addition & 1 deletion src/pages/_document.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export default function Document() {
<Html lang="en">
<Head />
<body className="dark:bg-gray-700">
<Banner showButton={false}/>
<Banner showButton={false} />
<Main />
<NextScript />
</body>
Expand Down

0 comments on commit ac2e5cd

Please sign in to comment.