From d083f494a964070d3c693a3c6096a06ad7c82399 Mon Sep 17 00:00:00 2001 From: Helen Chong <119173961+helenclx@users.noreply.github.com> Date: Wed, 23 Oct 2024 23:32:29 +0800 Subject: [PATCH] Remove tooltip argument from pride button macro --- src/index.njk | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/src/index.njk b/src/index.njk index adf12314..eeab9708 100644 --- a/src/index.njk +++ b/src/index.njk @@ -65,22 +65,22 @@ eleventyComputed:

Always Proud

- {%- macro prideButton(file, alt, tooltip=alt, width=88, height=31) -%} + {%- macro prideButton(file, alt, width=88, height=31) -%}
  • - {{ alt }} + {{ alt }}
  • {%- endmacro -%}

    Credit to Dime for these pride buttons!