Merge pull request #102 from fayaz-rafin/feat/fix-HyperspeedDemo-component

fix: correct typo HyperspeeDemo.vue and in CONTRIBUTING.md
This commit is contained in:
David
2025-10-21 10:59:45 +03:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -18,7 +18,7 @@ For example, if you are working on a feature related to adding a new component,
## Pull Requests ## Pull Requests
We welcome pull requests from everyone as long as they respeect the quality standards of this project. To submit a pull request, please follow these steps: We welcome pull requests from everyone as long as they respect the quality standards of this project. To submit a pull request, please follow these steps:
1. Fork the repository and create a new branch based on the branch naming convention mentioned above. 1. Fork the repository and create a new branch based on the branch naming convention mentioned above.
2. Make your changes in the new branch. 2. Make your changes in the new branch.

View File

@@ -3,7 +3,7 @@
<template #preview> <template #preview>
<div class="h-[600px] overflow-hidden cursor-pointer demo-container"> <div class="h-[600px] overflow-hidden cursor-pointer demo-container">
<Hyperspeed :effect-options="currentPreset" /> <Hyperspeed :effect-options="currentPreset" />
<BackgroundContent pillText="New Background" headline="Cick & hold to see the real magic of hyperspeed!" /> <BackgroundContent pillText="New Background" headline="Click & hold to see the real magic of hyperspeed!" />
</div> </div>
<Customize> <Customize>