Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
pdbe
web-components
pdb-ligand-env
Commits
1fdd03d2
Commit
1fdd03d2
authored
Sep 23, 2020
by
Lukas Pravda
Browse files
fix path to svg css file
parent
acdc46b8
Pipeline
#99211
passed with stages
in 52 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/plugin/resources.ts
src/plugin/resources.ts
+2
-2
No files found.
src/plugin/resources.ts
View file @
1fdd03d2
...
...
@@ -51,11 +51,11 @@ namespace Resources {
switch
(
env
)
{
case
Model
.
Environment
.
Internal
:
case
Model
.
Environment
.
Development
:
{
url
=
`
${
devAPI
}
/
pdbe/
pdb-component-library/css/pdb-ligand-env-svg.css`
;
url
=
`
${
devAPI
}
/pdb-component-library/css/pdb-ligand-env-svg.css`
;
break
;
}
default
:
{
url
=
`
${
productionAPI
}
/
pdbe/
pdb-component-library/css/pdb-ligand-env-svg.css`
;
url
=
`
${
productionAPI
}
/pdb-component-library/css/pdb-ligand-env-svg.css`
;
break
;
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment