css fix ; url fix
This commit is contained in:
@@ -34,7 +34,7 @@ S poštovanjem
|
||||
|
||||
export const listingUrl = (id) => {
|
||||
// TODO: fix this once removing hardcoded values
|
||||
return `http://localhost:8080/?listingId=${id}`
|
||||
return `http://138.68.67.31:8080/?listingId=${id}`
|
||||
}
|
||||
|
||||
export const isMobile = () => window.matchMedia("(max-width: 768px)").matches
|
||||
|
||||
Reference in New Issue
Block a user