diff --git a/resources/js/Pages/IkeaExchange.vue b/resources/js/Pages/IkeaExchange.vue
index 831d7ca..246f173 100644
--- a/resources/js/Pages/IkeaExchange.vue
+++ b/resources/js/Pages/IkeaExchange.vue
@@ -65,7 +65,7 @@ onMounted(fetch_rates);
diff --git a/resources/js/Pages/IkeaRoot.vue b/resources/js/Pages/IkeaRoot.vue
index 6592639..eccc75d 100644
--- a/resources/js/Pages/IkeaRoot.vue
+++ b/resources/js/Pages/IkeaRoot.vue
@@ -467,11 +467,12 @@ watch(ccodes, (codes) => {
id="results"
table-class-name="results"
sortBy="countryName"
- :rows-per-page="25"
+ :rows-per-page="30"
:headers="hproducts"
:items="tproducts"
:body-row-class-name="bodyRowClassNameFunction"
:hide-rows-per-page="true"
+ :hide-footer="true"
alternating
>