Skip to content

Commit

Permalink
Merge pull request #35 from CUCWD/feature.maple/ztraboo/aws-staging-f…
Browse files Browse the repository at this point in the history
…ixes

fix: update iframe static stylesheet
  • Loading branch information
ztraboo authored Sep 23, 2024
2 parents 05ca301 + b727879 commit 8918114
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion src/course-home/outline-tab/LmsHtmlFragment.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export default function LmsHtmlFragment({
<head>
<base href="${getConfig().LMS_BASE_URL}" target="_parent">
<link rel="stylesheet" href="/static/${getConfig().LEGACY_THEME_NAME ? `${getConfig().LEGACY_THEME_NAME}/` : ''}css/bootstrap/lms-main.css">
<link rel="stylesheet" type="text/css" href="${getConfig().BASE_URL}/src/course-home/outline-tab/LmsHtmlFragment.css">
<link rel="stylesheet" type="text/css" href="${getConfig().BASE_URL}/static/LmsHtmlFragment.css">
</head>
<body class="${className}">${html}</body>
</html>
Expand Down

0 comments on commit 8918114

Please sign in to comment.