Skip to content

Commit

Permalink
Changed position of import of style.css
Browse files Browse the repository at this point in the history
  • Loading branch information
Rucha-Ambaliya committed Jan 15, 2025
1 parent 86ffed9 commit 6e79719
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/pages/reviews.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
type="image/x-icon"
/>
<title>Dataverse Reviews</title>
<link rel="stylesheet" href="../styles/style.css">
<link rel="stylesheet" href="../styles/reviews.css" />
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css"
/>
<link rel="stylesheet" href="../styles/style.css">
</head>
<body>
<nav id="navbar">
Expand Down

0 comments on commit 6e79719

Please sign in to comment.