Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use "next" as version on main consistently #497

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

camillobruni
Copy link
Contributor

Let's use "next" for the main branch version identifier consistently in all sections.

@camillobruni camillobruni requested a review from julienw March 3, 2025 10:41
Copy link

netlify bot commented Mar 3, 2025

Deploy Preview for webkit-speedometer ready!

Name Link
🔨 Latest commit 82255cc
🔍 Latest deploy log https://app.netlify.com/sites/webkit-speedometer/deploys/67c70facb5c27f0008e764cf
😎 Deploy Preview https://deploy-preview-497--webkit-speedometer.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 site configuration.

@camillobruni camillobruni added the trivial change A change that doesn't affect benchmark results label Mar 5, 2025
@camillobruni camillobruni requested a review from julienw April 9, 2025 15:07
Copy link
Contributor

@julienw julienw left a comment

Choose a reason for hiding this comment

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

Thanks

@@ -13,7 +13,7 @@
<section id="instructions" class="visible" data-title="Test Instructions">
<a href="./" class="logo">
<img srcset="resources/[email protected] 2x" src="resources/logo.png" alt="Speedometer" />
<div class="version">3.0</div>
<div class="version next">next</div>
</a>
<div class="section-grid">
<h1 class="section-header">Speedometer 3 General Instructions</h1>
Copy link
Contributor

Choose a reason for hiding this comment

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

Maybe we can remove the version at all here?

@@ -12,7 +12,7 @@
<section id="about" class="visible" data-title="About">
<a href="./" class="logo">
<img srcset="resources/[email protected] 2x" src="resources/logo.png" alt="Speedometer" />
<div class="version">3.0</div>
<div class="version next">next</div>
</a>
<div class="section-grid">
<h1 class="section-header">About Speedometer 3</h1>
Copy link
Contributor

Choose a reason for hiding this comment

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

This specific one is still there :-) But maybe we can remove the version completely for this line, what do you think?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
trivial change A change that doesn't affect benchmark results
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants