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

chore: 🧹 adds landing page hotfixes, pricing table updates #8

Closed
wants to merge 4 commits into from

Commits on Jun 6, 2024

  1. style: hotfixes for landing page (#5)

    ## Why?
    
    Video embed needed optimization and BG image was distorted.
    
    ## How?
    
    - Resize
    - Flags updated
    
    ## Tickets?
    
    N/A
    
    ## Contribution checklist?
    
    - [x] The commit messages are detailed
    - [x] The `build` command runs locally
    - [x] Assets or static content are linked and stored in the project
    - [x] Document filename is named after the slug
    - [x] You've reviewed spelling using a grammar checker
    - [x] For documentation, guides or references, you've tested the
    commands and steps
    - [x] You've done enough research before writing
    
    ## Security checklist?
    
    - [x] Sensitive data has been identified and is being protected properly
    - [x] Injection has been prevented (parameterized queries, no eval or
    system calls)
    - [x] The Components are escaping output (to prevent XSS)
    
    ## References?
    
    N/A
    
    ---------
    
    Co-authored-by: nlc616 <[email protected]>
    Co-authored-by: Helder Oliveira <[email protected]>
    3 people authored Jun 6, 2024
    Configuration menu
    Copy the full SHA
    e3a5bc0 View commit details
    Browse the repository at this point in the history
  2. chore: 🧹 update pricing table (#7)

    ## Why?
    
    Clear and short explanation here.
    
    ## How?
    
    - Done A (replace with a breakdown of the steps)
    - Done B
    - Done C
    
    ## Tickets?
    
    - [Ticket 1](the-ticket-url-here)
    - [Ticket 2](the-ticket-url-here)
    - [Ticket 3](the-ticket-url-here)
    
    ## Contribution checklist?
    
    - [ ] The commit messages are detailed
    - [ ] The `build` command runs locally
    - [ ] Assets or static content are linked and stored in the project
    - [ ] Document filename is named after the slug
    - [ ] You've reviewed spelling using a grammar checker
    - [ ] For documentation, guides or references, you've tested the
    commands and steps
    - [ ] You've done enough research before writing
    
    ## Security checklist?
    
    - [ ] Sensitive data has been identified and is being protected properly
    - [ ] Injection has been prevented (parameterized queries, no eval or
    system calls)
    - [ ] The Components are escaping output (to prevent XSS)
    
    ## References?
    
    Optionally, provide references such as links
    
    ## Preview?
    
    Optionally, provide the preview url here
    
    ---------
    
    Co-authored-by: Helder Oliveira <[email protected]>
    nlc616 and heldrida authored Jun 6, 2024
    Configuration menu
    Copy the full SHA
    598f66c View commit details
    Browse the repository at this point in the history
  3. Update src/content/pricing/config.ts

    Co-authored-by: nlc616 <[email protected]>
    heldrida and nlc616 authored Jun 6, 2024
    Configuration menu
    Copy the full SHA
    46a1d40 View commit details
    Browse the repository at this point in the history
  4. chore: 🤖 formatter

    heldrida committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    b80b948 View commit details
    Browse the repository at this point in the history