Skip to content

Commit

Permalink
improve style file
Browse files Browse the repository at this point in the history
  • Loading branch information
YunFeng0817 committed Dec 9, 2024
1 parent b53c203 commit 6d4abc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/web-extension/src/pages/Player.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export default function Player() {

const linkEl = document.createElement('link');
linkEl.href =
'https://cdn.jsdelivr.net/npm/rrweb-player@2.0.0-alpha.17/dist/style.min.css';
'https://cdn.jsdelivr.net/npm/rrweb-player@alpha/dist/style.min.css';
linkEl.rel = 'stylesheet';
document.head.appendChild(linkEl);
playerRef.current = new Replayer({
Expand Down

0 comments on commit 6d4abc4

Please sign in to comment.