Skip to content

Commit

Permalink
fix: Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
NyctibiusVII committed Jul 13, 2023
1 parent b92d546 commit 5c73ac4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ Check [Keep a Changelog](https://keepachangelog.com/pt-BR/1.0.0/) for recommenda
- `README.md`
- Added dependencies - `yarn.lock`

## [3.25.68] - 2023-07-13
## [3.25.68, 3.26.69] - 2023-07-13
### Changed
- Adding readability to hex color - `components/colorPicker/index.tsx`
- `components/details/index.tsx`
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
</h1>
<p align="center">
<img alt="Plataforma" src="https://img.shields.io/static/v1?label=Plataforma&message=Web&color=000000&labelColor=00E88F">
<img alt="BoletimEscolar" src="https://img.shields.io/static/v1?label=Version&message=3.25.68&color=000000&labelColor=00E88F">
<img alt="BoletimEscolar" src="https://img.shields.io/static/v1?label=Version&message=3.26.69&color=000000&labelColor=00E88F">
<img alt="Tamanho do repositório" src="https://img.shields.io/github/repo-size/NyctibiusVII/BoletimEscolar?color=000000&labelColor=00E88F">
<a href="https://github.com/NyctibiusVII/BoletimEscolar/blob/main/LICENSE">
<img alt="Licença" src="https://img.shields.io/static/v1?label=License&message=MIT&color=000000&labelColor=00E88F">
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "boletimescolar",
"description": "Geração de Boletim escolar automatizado e personalizável, para escolas / professores.",
"version": "3.25.68",
"version": "3.26.69",
"author": "NyctibiusVII",
"license": "MIT",
"homepage": "https://boletim-escolar.vercel.app/",
Expand Down
2 changes: 1 addition & 1 deletion src/interfaces/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ export enum DefaultValues {
ACTIVE_SUBJECTS = '["Português","Matemática","Artes","Ciências","História","Geografia","Educação Física"]',
INACTIVE_SUBJECTS = '["Inglês","Física","Química","Biologia","Filosofia","Sociologia","Ensino Religioso"]',
MATTER = '["Português","Matemática","Artes","Ciências","História","Geografia","Educação Física","Inglês","Física","Química","Biologia","Filosofia","Sociologia","Ensino Religioso"]',
SCHOOL_REPORT_COLORS = '{card:"#ffffff",border:"#030712",clippingBorder:"#dc2626",signatures:"#030712",text:"#030712",enoughGrade:"#22c55e",insufficientGrade:"#dc2626"}',
SCHOOL_REPORT_COLORS = '{"card":"#ffffff","border":"#030712","clippingBorder":"#dc2626","signatures":"#030712","text":"#030712","enoughGrade":"#22c55e","insufficientGrade":"#dc2626"}',
FILES_IMAGE = '[]',
TOTAL_CLASSES = 56,
TOTAL_ABSENCES = 0,
Expand Down

1 comment on commit 5c73ac4

@vercel
Copy link

@vercel vercel bot commented on 5c73ac4 Jul 13, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.