Skip to content

Commit

Permalink
remove duplicate class names
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Coulson committed Dec 10, 2024
1 parent 544e90a commit 3cc0255
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 9 deletions.
4 changes: 0 additions & 4 deletions index-ca-en.html
Original file line number Diff line number Diff line change
Expand Up @@ -102,10 +102,6 @@
defFooter.outerHTML = wet.builder.footer({});
</script>

<script>
document.write(wet.builder.refFooter({}));
</script>

<script type="module" src="/src/main.ts"></script>

<style>
Expand Down
4 changes: 0 additions & 4 deletions index-ca-fr.html
Original file line number Diff line number Diff line change
Expand Up @@ -102,10 +102,6 @@
defFooter.outerHTML = wet.builder.footer({});
</script>

<script>
document.write(wet.builder.refFooter({}));
</script>

<script type="module" src="/src/main.ts"></script>

<style>
Expand Down
2 changes: 1 addition & 1 deletion src/app.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<div id="app" class="storyramp-app bg-white">
<div class="bg-white">
<router-view :key="$route.path"></router-view>
</div>
</template>
Expand Down

0 comments on commit 3cc0255

Please sign in to comment.