From 6c375bcdcb5d678de74f214cbbf6858dcb552bbe Mon Sep 17 00:00:00 2001 From: Seth Cottle Date: Thu, 5 May 2022 13:27:06 -0400 Subject: [PATCH] Updated Adding custom buttons to your own fork (markdown) --- Adding-custom-buttons-to-your-own-fork.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Adding-custom-buttons-to-your-own-fork.md b/Adding-custom-buttons-to-your-own-fork.md index 5292a2b..ccc9a78 100644 --- a/Adding-custom-buttons-to-your-own-fork.md +++ b/Adding-custom-buttons-to-your-own-fork.md @@ -82,7 +82,7 @@ Change `brandname` with the same brand name you introduced in the `.button.butto Ready to make your button link somewhere? Just change the `#` in `href="#"` with your link, i.e. `href="https://littlelink.io"`. -### breaking down the rest of the A attributes. +### Breaking down the rest of the A attributes. `target="_blank"` | This attribute opens links in a new tab. Remove this attribute to prevent links from opening in a new tab.