Skip to content

Commit

Permalink
Merge pull request #641 from AntlerForce/master
Browse files Browse the repository at this point in the history
Make Donation button stand out with a gold colour
  • Loading branch information
AntlerForce authored Apr 10, 2024
2 parents da480fd + 05ff589 commit 69692dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion LuaMenu/widgets/gui_community_window.lua
Original file line number Diff line number Diff line change
Expand Up @@ -830,7 +830,7 @@ local function InitializeControls(window)
LeaveIntentionallyBlank(rightLower, "(reserved)")

-- Populate link panel
AddLinkButton(leftCenter, "Donate", "Help us continue development", "https://www.beyondallreason.info/donate-for-bar",0, 0, "75.5%", 0) --last
AddLinkButton(leftCenter, "\255\255\225\20" .. "- Donate -", "NEW: We are once again accepting donations! Support the project now!", "https://www.beyondallreason.info/donate-for-bar",0, 0, "75.5%", 0) --last
AddLinkButton(leftCenter, "Code of Conduct", "Code of conduct and terms of use", "https://www.beyondallreason.info/code-of-conduct", 0, 0, "50.5%", "25.5%") --third
AddLinkButton(leftCenter, "Website", "Visit our website for more, opens https://www.beyondallreason.info/", "https://www.beyondallreason.info/", 0, 0, "25.5%", "50.5%") --second
AddLinkButton(leftCenter, "Join our Discord", "Opens a link to https://discord.gg/N968ddE in your browser.", "https://discord.gg/N968ddE", 0, 0, 0, "75.5%") --first
Expand Down

0 comments on commit 69692dc

Please sign in to comment.