Skip to content

Commit

Permalink
fix(API > Edit Album): Fix incorrect CSS filename
Browse files Browse the repository at this point in the history
  • Loading branch information
danactive committed Jul 1, 2024
1 parent d1b2b30 commit 8b7d544
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/server/plugins/editAlbum/components/page.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ function Page(props) {
<link rel="stylesheet" href="./album/static/lib/fluid960gs-reset.css" />
<link rel="stylesheet" href="./album/static/lib/fluid960gs-text.css" />
<link rel="stylesheet" href="./album/static/lib/fluid960gs-grid.css" />
<link rel="stylesheet" href="./album/static/album-styles.css" />
<link rel="stylesheet" href="./album/static/album.css" />
</head>
<body>
<div className="container_16">
Expand Down

0 comments on commit 8b7d544

Please sign in to comment.