Skip to content

remove new label in tickets button#83

Open
a-chris wants to merge 1 commit intopalladius:mainfrom
a-chris:remove-new-tickets
Open

remove new label in tickets button#83
a-chris wants to merge 1 commit intopalladius:mainfrom
a-chris:remove-new-tickets

Conversation

@a-chris
Copy link
Contributor

@a-chris a-chris commented Feb 24, 2026

Removing the new label from the button since tickets have been available for a while

image

@netlify
Copy link

netlify bot commented Feb 24, 2026

Deploy Preview for rubycon ready!

Name Link
🔨 Latest commit efd4d77
🔍 Latest deploy log https://app.netlify.com/projects/rubycon/deploys/699e308061f29500086743b2
😎 Deploy Preview https://deploy-preview-83--rubycon.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@gemini-code-assist
Copy link
Contributor

Summary of Changes

Hello @a-chris, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed!

This pull request updates the website's hero section by removing the 'new' indicator from the 'Tickets for sale' button. This change reflects that tickets have been available for a period, making the 'new' label no longer relevant and ensuring the user interface accurately represents the current status of ticket availability.

Highlights

  • UI Update: Removed the 'new' label from the 'Tickets for sale' button on the hero section of the website.

🧠 New Feature in Public Preview: You can now enable Memory to help Gemini Code Assist learn from your team's feedback. This makes future code reviews more consistent and personalized to your project's style. Click here to enable Memory in your admin console.

Changelog
  • rubycon.it/_includes/hero.html
    • Removed the 'new' span element associated with the 'Tickets for sale' button.
Using Gemini Code Assist

The full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips.

Invoking Gemini

You can request assistance from Gemini at any point by creating a comment using either /gemini <command> or @gemini-code-assist <command>. Below is a summary of the supported commands on the current page.

Feature Command Description
Code Review /gemini review Performs a code review for the current pull request in its current state.
Pull Request Summary /gemini summary Provides a summary of the current pull request in its current state.
Comment @gemini-code-assist Responds in comments when explicitly tagged, both in pull request comments and review comments.
Help /gemini help Displays a list of available commands.

Customization

To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a .gemini/ folder in the base of the repository. Detailed instructions can be found here.

Limitations & Feedback

Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here.

You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension.

Footnotes

  1. Review the Privacy Notices, Generative AI Prohibited Use Policy, Terms of Service, and learn how to configure Gemini Code Assist in GitHub here. Gemini can make mistakes, so double check it and use code with caution.

Copy link
Contributor

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request correctly removes the 'new' label from the tickets button. However, the repository's contribution guidelines require updating CHANGELOG.md and incrementing the site_version in _config.yml with each change (lines 50-51 and 78 of the repository style guide), which are missing from this PR. I have also added a comment for a minor code cleanup.

@@ -14,7 +14,6 @@ <h1 class="text-4xl md:text-6xl font-bold mb-6">Ruby<span class="text-yellow-400
<div class="flex flex-col sm:flex-row space-y-4 sm:space-y-0 sm:space-x-4">
<a href="{{ site.event.tickets_url }}" class="relative inline-block bg-white text-red-950 px-8 py-3 rounded-md font-bold text-lg hover:bg-gray-100 transition duration-300 text-center">
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

Since the absolutely positioned <span> element has been removed, the relative class on this anchor tag is no longer necessary and can be removed for code cleanup.

                    <a href="{{ site.event.tickets_url }}" class="inline-block bg-white text-red-950 px-8 py-3 rounded-md font-bold text-lg hover:bg-gray-100 transition duration-300 text-center">

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant