Skip to content

Commit ea0e244

Browse files
committed
Fix boostrap icons, format readme file
1 parent c77f1c2 commit ea0e244

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ This template provides a minimal setup to get React working in Vite with HMR and
44

55
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.
66

7-
87
Currently, two official plugins are available:
98

109
- [@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

src/main.jsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
import React from "react";
22
import ReactDOM from "react-dom/client";
33
import { App } from "./App.tsx";
4+
import 'bootstrap-icons/font/bootstrap-icons.css';
45

56
ReactDOM.createRoot(document.getElementById("root")).render(
67
<React.StrictMode>

0 commit comments

Comments
 (0)