diff --git a/browser/src/components/LogView/Commit/FileEntry/index.tsx b/browser/src/components/LogView/Commit/FileEntry/index.tsx index 141d8f88..f5e8f1b6 100644 --- a/browser/src/components/LogView/Commit/FileEntry/index.tsx +++ b/browser/src/components/LogView/Commit/FileEntry/index.tsx @@ -38,7 +38,7 @@ export class FileEntry extends React.Component { } const style = { marginLeft: '0.3em', - backgroundImage: `url('icons/${theme}/${icon}')`, + backgroundImage: `url('${window['server_url']}icons/${theme}/${icon}')`, display: 'inline-block', height: '0.9em', width: '0.9em',