Skip to content

Commit

Permalink
v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
simmmpleweb committed Jun 6, 2023
2 parents e6faf3a + 2755c55 commit 652c924
Show file tree
Hide file tree
Showing 25 changed files with 399 additions and 402 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## [1.3.0] 2023-05-06

🐛 Bugs solved:

- Sidebar content design bug solved


## [1.2.1] 2022-11-01

Expand Down
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) 2022 Horizon UI
Copyright (c) 2023 Horizon UI

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
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# [Horizon UI ⚡️](https://horizon-ui.com/horizon-ui-chakra) [![Tweet](https://img.shields.io/twitter/url/http/shields.io.svg?style=social&logo=twitter)](https://twitter.com/intent/tweet?url=https://horizon-ui.com/&text=Check%20Horizon%20UI,%20the%20trendiest%20open-source%20admin%20template%20for%20Chakra%20UI%20&%20React!)

![version](https://img.shields.io/badge/version-1.2.1-brightgreen.svg)
![version](https://img.shields.io/badge/version-1.3.0-brightgreen.svg)
![license](https://img.shields.io/badge/license-MIT-blue.svg)
[![GitHub issues open](https://img.shields.io/github/issues/horizon-ui/horizon-ui-chakra.svg?maxAge=2592000)](https://github.com/horizon-ui/horizon-ui-chakra/issues?q=is%3Aopen+is%3Aissue)

Expand Down Expand Up @@ -110,6 +110,6 @@ new people that already use Horizon UI!

### Copyright and license

⭐️ [Copyright 2022 Simmmple ](https://www.simmmple.com/?ref=readme-horizon)
⭐️ [Copyright 2023 Simmmple ](https://www.simmmple.com/?ref=readme-horizon)

📄 [Horizon UI License](https://www.simmmple.com/licenses?ref=readme-horizon)
2 changes: 1 addition & 1 deletion public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
=========================================================
* Product Page: https://www.horizon-ui.com/
* Copyright 2022 Horizon UI (https://www.horizon-ui.com/)
* Copyright 2023 Horizon UI (https://www.horizon-ui.com/)
* Designed and Coded by Simmmple
Expand Down
2 changes: 1 addition & 1 deletion public/robots.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
User-Agent: *
Disallow:
Sitemap: https://simmmple.com
Sitemap: https://horizon-ui.com
Binary file added src/assets/img/Announcement.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/img/AnnouncementWinter.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/components/fixedPlugin/FixedPlugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ export default function FixedPlugin(props) {
{...rest}
h='60px'
w='60px'
bg={bgButton}
zIndex='99'
bg={bgButton}
position='fixed'
variant='no-effects'
left={document.documentElement.dir === "rtl" ? "35px" : ""}
Expand Down
8 changes: 4 additions & 4 deletions src/components/footer/FooterAdmin.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export default function Footer() {
<Link
mx='3px'
color={textColor}
href='https://www.simmmple.com'
href='https://www.simmmple.com?ref=horizon-chakra-free'
target='_blank'
fontWeight='700'>
Simmmple!
Expand Down Expand Up @@ -70,7 +70,7 @@ export default function Footer() {
<Link
fontWeight='500'
color={textColor}
href='https://www.simmmple.com/licenses'>
href='https://www.simmmple.com/licenses?ref=horizon-chakra-free'>
License
</Link>
</ListItem>
Expand All @@ -82,15 +82,15 @@ export default function Footer() {
<Link
fontWeight='500'
color={textColor}
href='https://simmmple.com/terms-of-service'>
href='https://simmmple.com/terms-of-service?ref=horizon-chakra-free'>
Terms of Use
</Link>
</ListItem>
<ListItem>
<Link
fontWeight='500'
color={textColor}
href='https://www.blog.simmmple.com/'>
href='https://www.blog.simmmple.com/?ref=horizon-chakra-free'>
Blog
</Link>
</ListItem>
Expand Down
10 changes: 5 additions & 5 deletions src/components/footer/FooterAuth.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export default function Footer() {
<Link
mx='3px'
color={textColor}
href='https://www.simmmple.com'
href='https://www.simmmple.com?ref=horizon-chakra-free'
target='_blank'
fontWeight='700'>
Simmmple!
Expand All @@ -56,7 +56,7 @@ export default function Footer() {
<Link
fontWeight='500'
color={linkColor}
href='mailto:[email protected]'>
href='mailto:[email protected]?ref=horizon-chakra-free'>
Support
</Link>
</ListItem>
Expand All @@ -68,7 +68,7 @@ export default function Footer() {
<Link
fontWeight='500'
color={linkColor}
href='https://www.simmmple.com/licenses'>
href='https://www.simmmple.com/licenses?ref=horizon-chakra-free'>
License
</Link>
</ListItem>
Expand All @@ -80,15 +80,15 @@ export default function Footer() {
<Link
fontWeight='500'
color={linkColor}
href='https://simmmple.com/terms-of-service'>
href='https://simmmple.com/terms-of-service?ref=horizon-chakra-free'>
Terms of Use
</Link>
</ListItem>
<ListItem>
<Link
fontWeight='500'
color={linkColor}
href='https://www.blog.simmmple.com/'>
href='https://www.blog.simmmple.com/?ref=horizon-chakra-free'>
Blog
</Link>
</ListItem>
Expand Down
Loading

0 comments on commit 652c924

Please sign in to comment.