Skip to content

Commit

Permalink
chore: rebrand readme's (#3078)
Browse files Browse the repository at this point in the history
  • Loading branch information
Szymon-dziewonski authored Mar 19, 2024
1 parent a40579d commit 3ce83aa
Show file tree
Hide file tree
Showing 14 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ contact_links:
about: Find more information about the project and how to use it.
- name: Discord Chat
url: https://discord.vuestorefront.io/
about: Ask questions and discuss with other Vue Storefront users in real time.
about: Ask questions and discuss with other Alokai users in real time.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2023 Vue Storefront
Copyright (c) 2024 Alokai

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,4 +99,4 @@ Knowing this we recommend using `yarn dev` in `root` directory.
- [Playground Vue](https://play-vue.vuestorefront.io)
- [Playground React](https://play-react.vuestorefront.io)
- [Discord](https://discord.vuestorefront.io)
- [Vue Storefront](https://vuestorefront.io)
- [Alokai](https://vuestorefront.io)
2 changes: 1 addition & 1 deletion apps/preview/next/pages/showcases/Footer/FooterBasic.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ export default function FooterBasic() {
))}
</div>
<p className="flex items-center justify-center py-2 leading-5 text-center typography-text-sm text-white/50 font-body md:ml-6">
@2023 Vue Storefront
@2024 Alokai
</p>
</div>
</footer>
Expand Down
2 changes: 1 addition & 1 deletion apps/preview/nuxt/nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export default defineNuxtConfig({
htmlAttrs: {
lang: 'en',
},
title: 'Vue Storefront UI v2',
title: 'Alokai UI v2',
},
},
alias: {
Expand Down
2 changes: 1 addition & 1 deletion apps/preview/nuxt/pages/showcases/Footer/FooterBasic.vue
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
<p
class="flex items-center justify-center py-2 leading-5 text-center typography-text-sm text-white/50 font-body md:ml-6"
>
@2023 Vue Storefront
@2024 Alokai
</p>
</div>
</footer>
Expand Down
2 changes: 1 addition & 1 deletion packages/config/tailwind/LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2023 Vue Storefront
Copyright (c) 2024 Alokai

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion packages/sfui/frameworks/react/LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2023 Vue Storefront
Copyright (c) 2024 Alokai

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion packages/sfui/frameworks/vue/LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2023 Vue Storefront
Copyright (c) 2024 Alokai

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion packages/sfui/shared/LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2023 Vue Storefront
Copyright (c) 2024 Alokai

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion packages/sfui/tw-plugin-peer-next/LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2023 Vue Storefront
Copyright (c) 2024 Alokai

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion packages/sfui/tw-plugin-peer-next/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@

Extend of `peer` tailwind class but with `+` (first next sibling). Original `peer` class is for `~` (every following sibling).
<br /><br />
Made with ❤️ by <a href="https://github.com/vuestorefront" target="_blank">Vue Storefront</a> team and contributors.
Made with ❤️ by <a href="https://github.com/vuestorefront" target="_blank">Alokai</a> team and contributors.

## Why?

Expand Down
2 changes: 1 addition & 1 deletion packages/sfui/typography/LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2023 Vue Storefront
Copyright (c) 2024 Alokai

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion packages/sfui/typography/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@

Tailwind plugin that allows you to create fully customizable typography system. Ships with StorefrontUI typography by default.
<br /><br />
Made with ❤️ by <a href="https://github.com/vuestorefront" target="_blank">Vue Storefront</a> team and contributors.
Made with ❤️ by <a href="https://github.com/vuestorefront" target="_blank">Alokai</a> team and contributors.

## Why?

Expand Down

0 comments on commit 3ce83aa

Please sign in to comment.