Skip to content

Commit

Permalink
add requested changes
Browse files Browse the repository at this point in the history
  • Loading branch information
uidp committed Aug 27, 2024
1 parent 400109f commit 0bc0651
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/locales/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1581,7 +1581,7 @@ export default {
"Common Cartridge Version 1.1 (e.g. compatible with Moodle)",
"pages.room.modal.course.export.version1.3": "Common Cartridge Version 1.3",
"pages.rooms.active.title": "Current rooms",
"pages.rooms.active.emptyState": "There are currently no rooms here.",
"pages.rooms.active.emptyState": "Currently there are no rooms here.",
"pages.taskCard.addElement": "Add element",
"pages.taskCard.deleteElement.text":
"Are you sure, you want to remove this element?",
Expand Down
4 changes: 2 additions & 2 deletions src/modules/feature/room-directory/RoomGrid.vue
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
</div>
</template>
</template>

<script setup lang="ts">
import { useRoomsState } from "@data-room";
import { onMounted } from "vue";
Expand All @@ -41,12 +42,11 @@ onMounted(() => {
fetchRooms();
});
</script>

<style lang="scss">
@import "@/styles/settings.scss";
.room-tile-grid {
// display: block;
@media #{map-get($display-breakpoints, "sm-and-up")} {
display: flex;
flex-wrap: wrap;
Expand Down

0 comments on commit 0bc0651

Please sign in to comment.