We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 386bf67 commit 7dde16fCopy full SHA for 7dde16f
packages/react-renderer-demo/src/stackblitz-templates/pf4-templates.js
@@ -1,8 +1,8 @@
1
export const html = `
2
<html>
3
<head>
4
- <link rel="stylesheet" type="text/css" href="https://unpkg.com/@patternfly/patternfly@4.0.5/patternfly-base.css"/>
5
- <link rel="stylesheet" type="text/css" href="https://unpkg.com/@patternfly/patternfly@4.0.5/patternfly-addons.css"/>
+ <link rel="stylesheet" type="text/css" href="https://unpkg.com/@patternfly/patternfly@latest/patternfly-base.css"/>
+ <link rel="stylesheet" type="text/css" href="https://unpkg.com/@patternfly/patternfly@latest/patternfly-addons.css"/>
6
</head>
7
<body>
8
<div id="root"></div>
0 commit comments