Skip to content

Commit 652c924

Browse files
committed
v1.3.0
2 parents e6faf3a + 2755c55 commit 652c924

File tree

25 files changed

+399
-402
lines changed

25 files changed

+399
-402
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [1.3.0] 2023-05-06
2+
3+
🐛 Bugs solved:
4+
5+
- Sidebar content design bug solved
6+
17

28
## [1.2.1] 2022-11-01
39

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2022 Horizon UI
3+
Copyright (c) 2023 Horizon UI
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# [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!)
22

3-
![version](https://img.shields.io/badge/version-1.2.1-brightgreen.svg)
3+
![version](https://img.shields.io/badge/version-1.3.0-brightgreen.svg)
44
![license](https://img.shields.io/badge/license-MIT-blue.svg)
55
[![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)
66

@@ -110,6 +110,6 @@ new people that already use Horizon UI!
110110

111111
### Copyright and license
112112

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

115115
📄 [Horizon UI License](https://www.simmmple.com/licenses?ref=readme-horizon)

public/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
=========================================================
1111
1212
* Product Page: https://www.horizon-ui.com/
13-
* Copyright 2022 Horizon UI (https://www.horizon-ui.com/)
13+
* Copyright 2023 Horizon UI (https://www.horizon-ui.com/)
1414
1515
* Designed and Coded by Simmmple
1616

public/robots.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
User-Agent: *
22
Disallow:
3-
Sitemap: https://simmmple.com
3+
Sitemap: https://horizon-ui.com

src/assets/img/Announcement.png

95.9 KB
Loading

src/assets/img/AnnouncementWinter.png

12.5 KB
Loading

src/components/fixedPlugin/FixedPlugin.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ export default function FixedPlugin(props) {
1414
{...rest}
1515
h='60px'
1616
w='60px'
17-
bg={bgButton}
1817
zIndex='99'
18+
bg={bgButton}
1919
position='fixed'
2020
variant='no-effects'
2121
left={document.documentElement.dir === "rtl" ? "35px" : ""}

src/components/footer/FooterAdmin.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ export default function Footer() {
4242
<Link
4343
mx='3px'
4444
color={textColor}
45-
href='https://www.simmmple.com'
45+
href='https://www.simmmple.com?ref=horizon-chakra-free'
4646
target='_blank'
4747
fontWeight='700'>
4848
Simmmple!
@@ -70,7 +70,7 @@ export default function Footer() {
7070
<Link
7171
fontWeight='500'
7272
color={textColor}
73-
href='https://www.simmmple.com/licenses'>
73+
href='https://www.simmmple.com/licenses?ref=horizon-chakra-free'>
7474
License
7575
</Link>
7676
</ListItem>
@@ -82,15 +82,15 @@ export default function Footer() {
8282
<Link
8383
fontWeight='500'
8484
color={textColor}
85-
href='https://simmmple.com/terms-of-service'>
85+
href='https://simmmple.com/terms-of-service?ref=horizon-chakra-free'>
8686
Terms of Use
8787
</Link>
8888
</ListItem>
8989
<ListItem>
9090
<Link
9191
fontWeight='500'
9292
color={textColor}
93-
href='https://www.blog.simmmple.com/'>
93+
href='https://www.blog.simmmple.com/?ref=horizon-chakra-free'>
9494
Blog
9595
</Link>
9696
</ListItem>

src/components/footer/FooterAuth.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ export default function Footer() {
4040
<Link
4141
mx='3px'
4242
color={textColor}
43-
href='https://www.simmmple.com'
43+
href='https://www.simmmple.com?ref=horizon-chakra-free'
4444
target='_blank'
4545
fontWeight='700'>
4646
Simmmple!
@@ -56,7 +56,7 @@ export default function Footer() {
5656
<Link
5757
fontWeight='500'
5858
color={linkColor}
59-
href='mailto:hello@simmmple.com'>
59+
href='mailto:hello@simmmple.com?ref=horizon-chakra-free'>
6060
Support
6161
</Link>
6262
</ListItem>
@@ -68,7 +68,7 @@ export default function Footer() {
6868
<Link
6969
fontWeight='500'
7070
color={linkColor}
71-
href='https://www.simmmple.com/licenses'>
71+
href='https://www.simmmple.com/licenses?ref=horizon-chakra-free'>
7272
License
7373
</Link>
7474
</ListItem>
@@ -80,15 +80,15 @@ export default function Footer() {
8080
<Link
8181
fontWeight='500'
8282
color={linkColor}
83-
href='https://simmmple.com/terms-of-service'>
83+
href='https://simmmple.com/terms-of-service?ref=horizon-chakra-free'>
8484
Terms of Use
8585
</Link>
8686
</ListItem>
8787
<ListItem>
8888
<Link
8989
fontWeight='500'
9090
color={linkColor}
91-
href='https://www.blog.simmmple.com/'>
91+
href='https://www.blog.simmmple.com/?ref=horizon-chakra-free'>
9292
Blog
9393
</Link>
9494
</ListItem>

0 commit comments

Comments
 (0)