Skip to content

Commit

Permalink
Fix boostrap icons, format readme file
Browse files Browse the repository at this point in the history
  • Loading branch information
darkokeitaro committed Dec 11, 2024
1 parent c77f1c2 commit ea0e244
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ This template provides a minimal setup to get React working in Vite with HMR and

Blog Image Generator (BIG) is a single page application for creating blog post images developed by Keitaro. Please check the [Wiki](https://github.com/keitaroinc/blog-image-generator/wiki) for further details.


Currently, two official plugins are available:

- [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react/README.md) uses [Babel](https://babeljs.io/) for Fast Refresh
Expand Down
1 change: 1 addition & 0 deletions src/main.jsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import React from "react";

Check failure on line 1 in src/main.jsx

View workflow job for this annotation

GitHub Actions / Prettier

src/main.jsx#L1

There are issues with this file's formatting, please run Prettier to fix the errors
import ReactDOM from "react-dom/client";
import { App } from "./App.tsx";
import 'bootstrap-icons/font/bootstrap-icons.css';

ReactDOM.createRoot(document.getElementById("root")).render(
<React.StrictMode>
Expand Down

0 comments on commit ea0e244

Please sign in to comment.