Skip to content
Snippets Groups Projects
Commit 2bd2550e authored by Titus Netland's avatar Titus Netland
Browse files

Snapshots updated

parent 14689e71
No related branches found
No related tags found
1 merge request!150Text fix
Pipeline #182098 passed
......@@ -13,7 +13,7 @@ exports[`CommunityListItem component renders correctly 1`] = `
class="h-3 w-14 flex flex-col justify-center items-center ml-2 mt-4 mb-4 mr-2"
>
<img
alt="Fellsekaps bilde"
alt="Bilde"
class="rounded-md"
src="string"
/>
......
......@@ -23,7 +23,7 @@ exports[`CommunityList component renders correctly 1`] = `
class="h-3 w-14 flex flex-col justify-center items-center ml-2 mt-4 mb-4 mr-2"
>
<img
alt="Fellsekaps bilde"
alt="Bilde"
class="rounded-md"
src="string"
/>
......@@ -74,7 +74,7 @@ exports[`CommunityList component renders correctly 1`] = `
class="h-3 w-14 flex flex-col justify-center items-center ml-2 mt-4 mb-4 mr-2"
>
<img
alt="Fellsekaps bilde"
alt="Bilde"
class="rounded-md"
src="string"
/>
......
......@@ -2,17 +2,17 @@
exports[`ItemCard component renders correctly 1`] = `
<div
class="mt-5 px-5"
class="mt-5 px-3"
>
<div
class="w-full h-full rounded bg-gray-200 overflow-hidden display:inline-block correct-size"
class="w-full h-full rounded bg-gray-100 ring-1 ring-gray-200 overflow-hidden display:inline-block correct-size cursor-pointer"
>
<div
class="relative h-0 pb-[66.7%]"
>
<img
alt="Item image"
class="w-full h-full absolute inset-0"
class="w-full h-full object-contain absolute"
src="String"
/>
</div>
......
......@@ -148,7 +148,7 @@ exports[`NewItemForm component renders correctly 1`] = `
class="block mb-2 text-sm font-medium text-gray-900 dark:text-gray-300"
id="priceLabel"
>
Pris
Pris per dag
</label>
<input
class="block w-full px-4 py-2 mt-2 text-gray-700 placeholder-gray-500 bg-white border rounded-md dark:bg-gray-800 dark:border-gray-600 dark:placeholder-gray-400 focus:border-primary-light dark:focus:border-primary-light focus:ring-opacity-40 focus:outline-none focus:ring focus:ring-primary-light"
......
......@@ -28,7 +28,7 @@ exports[`SearchItemListComponent elements rendering renders correctly 1`] = `
<input
class="w-full py-3 pl-10 pr-4 text-gray-700 bg-white border rounded-md dark:bg-gray-800 dark:text-gray-300 dark:border-gray-600 focus:border-primary-medium dark:focus:border-primary-medium focus:outline-none focus:ring"
id="searchInput"
placeholder="Search"
placeholder="Søk"
type="text"
/>
</div>
......
......@@ -13,7 +13,7 @@ exports[`UserItems component renders correctly 1`] = `
</div>
<!-- Search field -->
<div
class="relative"
class="relative mx-4"
id="searchComponent"
>
<span
......@@ -36,12 +36,12 @@ exports[`UserItems component renders correctly 1`] = `
<input
class="w-full py-3 pl-10 pr-4 text-gray-700 bg-white border rounded-md dark:bg-gray-800 dark:text-gray-300 dark:border-gray-600 focus:border-primary-medium dark:focus:border-primary-medium focus:outline-none focus:ring"
id="searchInput"
placeholder="Search"
placeholder="Søk"
type="text"
/>
</div>
<div
class="absolute inset-x-0 px-5 py-3"
class="absolute inset-x-0"
>
<!-- ItemCards -->
<div
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment