Skip to content
Snippets Groups Projects
Commit faf99dcd authored by Benedikt Heinrichs's avatar Benedikt Heinrichs
Browse files

Fix: RWTH Image => Coscine Image (coscine/issues#1743)

parent 263fcf4c
No related branches found
No related tags found
2 merge requests!49Fix: RWTH Image => Coscine Image (coscine/issues#1743),!48Sprint/2021 22
...@@ -13,8 +13,8 @@ ...@@ -13,8 +13,8 @@
id="ctl00_onetidHeadbnnr2" id="ctl00_onetidHeadbnnr2"
class="ms-siteicon-img" class="ms-siteicon-img"
name="onetidHeadbnnr0" name="onetidHeadbnnr0"
:src="rwthImage" :src="coscineImage"
alt="RWTH Aachen University" alt="Coscine"
data-themekey="#" data-themekey="#"
/> />
</a> </a>
...@@ -48,7 +48,7 @@ import Vue from "vue"; ...@@ -48,7 +48,7 @@ import Vue from "vue";
export default Vue.extend({ export default Vue.extend({
name: "CoscineHeader", name: "CoscineHeader",
props: { props: {
rwthImage: String, coscineImage: String,
locale: { locale: {
default: "en", default: "en",
type: String, type: String,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment