Skip to content

Commit c04d325

Browse files
committedAug 10, 2023
import v4 css for demo
1 parent 42e8920 commit c04d325

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎packages/demo/src/index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
<meta charset="utf-8">
66
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
77
<meta name="theme-color" content="#000000">
8-
<link rel="stylesheet" type="text/css" href="https://unpkg.com/@patternfly/patternfly@latest/patternfly-base.css"/>
9-
<link rel="stylesheet" type="text/css" href="https://unpkg.com/@patternfly/patternfly@latest/patternfly-addons.css"/>
8+
<link rel="stylesheet" type="text/css" href="https://unpkg.com/@patternfly/patternfly@4.224.5/patternfly-base.css"/>
9+
<link rel="stylesheet" type="text/css" href="https://unpkg.com/@patternfly/patternfly@4.224.5/patternfly-addons.css"/>
1010
<!--
1111
manifest.json provides metadata used when your web app is added to the
1212
homescreen on Android. See https://developers.google.com/web/fundamentals/engage-and-retain/web-app-manifest/

0 commit comments

Comments
 (0)
Please sign in to comment.