Skip to content

Commit

Permalink
final
Browse files Browse the repository at this point in the history
  • Loading branch information
Kamil Marczak committed Mar 21, 2021
1 parent 626bd12 commit 47257ea
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
![SIT messages version](https://img.shields.io/badge/version-1.0.1-blue)
![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/kamil1marczak/SIT-messenger-frontend)
![Website](https://img.shields.io/website?down_color=lightgrey&down_message=offline&up_color=blue&up_message=online&url=http%3A%2F%2Fsit-messenger.com%2F)
[![Maintainability](https://api.codeclimate.com/v1/badges/7d20272c612cc39a111e/maintainability)](https://codeclimate.com/github/kamil1marczak/SIT-messenger-frontend/maintainability)

<img alt="NuxtJS" src="https://img.shields.io/badge/NuxtJS%20-black.svg?&style=for-the-badge&logo=NuxtJS&logoColor=white"/>

<h1 align="center">Welcome to SIT Messenger Frontend </h1>

Expand Down
2 changes: 1 addition & 1 deletion nuxt.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ export default {
vuetify: {
customVariables: ['~/assets/variables.scss'],
theme: {
dark: true,
dark: false,
themes: {
dark: {
primary: colors.blue.darken2,
Expand Down

0 comments on commit 47257ea

Please sign in to comment.