Skip to content

dev into main #84

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Jun 6, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ You can find a hosted demo version at [kiwi.muenchen.de](https://kiwi.muenchen.d

For professional use, we recommend installation on your own dedicated server as we can not guarantee availability of this service.

## :england:󠁧 Background
## :uk:󠁧 Background

*KIWI* (**Ki**nderleicht **W**ortbestandteile **i**ntegrieren) is an input aid which is used for the convenient and efficient input of characters from the character set *Latin characters in Unicode*.

Expand Down Expand Up @@ -75,7 +75,7 @@ The following tools are recommended for development purposes:
## Build and Run

1. `npm install`
2. `npm run serve`
2. `npm run dev`
3. Open the URL that's shown in the terminal

## Contributing
Expand Down Expand Up @@ -115,7 +115,7 @@ Don't forget to give the project a star! Thanks again!

# Licensing and Copyright

© Copyright 2019-2024 – it@M
© Copyright 2019-2025 – it@M

*Kiwi* is licenced under [MIT](https://de.wikipedia.org/wiki/MIT-Lizenz).

Expand Down
1 change: 1 addition & 0 deletions src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@
alt="LHM Logo"
width="150"
min-width="100"
max-width="200"
class="ml-4 pr-5"
:class="{ 'invert-colors': theme === 'dark' }"
/>
Expand Down