Skip to content

Instantly share code, notes, and snippets.

View isbaek's full-sized avatar

Inseo (Rachel) isbaek

View GitHub Profile
@isbaek
isbaek / test.svg
Created February 17, 2025 03:09
est.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@isbaek
isbaek / test.svg
Last active February 17, 2025 01:50
test.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@isbaek
isbaek / renamed.svg
Created February 14, 2025 02:29
svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
diff --git a/legacy/assets/custom-product-variants.js b/legacy/assets/custom-product-variants.js
new file mode 100644
index 0000000..a620200
--- /dev/null
+++ b/legacy/assets/custom-product-variants.js
@@ -0,0 +1,149 @@
+/*
+Custom product variant logic to switch the main image
+Must have Hulk Product Options App installed
+App: https://apps.shopify.com/product-options-by-hulkapps-1
diff --git a/legacy/assets/custom-product-variants.js b/legacy/assets/custom-product-variants.js
deleted file mode 100644
index a620200..0000000
--- a/legacy/assets/custom-product-variants.js
+++ /dev/null
@@ -1,149 +0,0 @@
-/*
-Custom product variant logic to switch the main image
-Must have Hulk Product Options App installed
-App: https://apps.shopify.com/product-options-by-hulkapps-1
function EventTypeIcon(props) {
var bgColor = props.color;
var textColor = "#fff";
if(props.inverted) {
bgColor = "#fff";
textColor = props.color;
}
return <Icon.Button
{...props}