Skip to content
This repository was archived by the owner on Sep 9, 2024. It is now read-only.

Commit 85eaa8e

Browse files
committed
fix: css link for v3
1 parent 3139a10 commit 85eaa8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cms.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<title>Content Manager</title>
88

99
<script src="https://identity-js.netlify.com/v1/netlify-identity-widget.js"></script>
10-
<link rel="stylesheet" href="https://unpkg.com/@staticcms/app@^2.0.0/dist/main.css" />
10+
<link rel="stylesheet" href="https://unpkg.com/@staticcms/app@^3.0.0/dist/main.css" />
1111
<link rel="cms-config-url" type="text/yaml" href="/admin/config.yml" />
1212
</head>
1313
<body>

0 commit comments

Comments
 (0)