Skip to content

Commit

Permalink
fix: class->className, again...
Browse files Browse the repository at this point in the history
  • Loading branch information
isinia committed Oct 21, 2024
1 parent ef05b6e commit 9ebcbf6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ React front-end for [TrollFactory](https://github.com/stanislavovsky/TrollFactor

## Development

After installing the `trollfactory` Python package, clone this repository:
After installing the `trollfactory` Python package and setting up the API, clone this repository:

```bash
git clone [email protected]:stanislawowski/TrollFactory-Web.git
Expand Down
2 changes: 1 addition & 1 deletion src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ export default function Home() {
</div>
<button className="btn" id="generate-btn" onClick={generatePerson} disabled={loading}>
{loading ? (
<span class="loading loading-ring"></span>
<span className="loading loading-ring"></span>
) : (
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" strokeWidth={1.5} stroke="currentColor" className="size-6">
<path strokeLinecap="round" strokeLinejoin="round" d="M17.25 8.25 21 12m0 0-3.75 3.75M21 12H3" />
Expand Down

0 comments on commit 9ebcbf6

Please sign in to comment.