We were using what was very clearly a campfire as the icon for the barbecue service, when we first replaced it with a Font Awesome icon we chose an icon that was neither campfire nor barbecue (flame-curved), but now Oriol wanted one that left no doubt it was a barbecue. Instead of replacing the campfire SVG with that of the barbecue, i have chosen a campfire image from Font Awesome for our icon, and added a separate icon for that service.
10 lines
171 B
PL/PgSQL
10 lines
171 B
PL/PgSQL
-- Deploy camper:available_icons to pg
|
|
-- requires: schema_camper
|
|
-- requires: icon
|
|
|
|
begin;
|
|
|
|
-- Nothing; leave it to the available_icons@v1 to delete all of them
|
|
|
|
commit;
|