Skip to content

Commit 0fbfc75

Browse files
committed
Fixes
1 parent 368d4e9 commit 0fbfc75

5 files changed

Lines changed: 3 additions & 3 deletions

File tree

dist/img/auth-background.png

-244 KB
Binary file not shown.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sprucecss-root-admin-template",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"author": "Cone (https://sprucecss.com)",
55
"babel": {
66
"presets": [

src/css/main.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/img/auth-background.png

-244 KB
Binary file not shown.

src/scss/layout/_auth.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
}
1717

1818
&__sidebar {
19-
background-image: url('/img/auth-background.png');
19+
background-image: url('https://conedevel.com/assets/sprucecss/auth-background.png');
2020
background-position: center;
2121
background-size: cover;
2222
border-radius: 2rem;

0 commit comments

Comments
 (0)