You've already forked OpenIntegrations
mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2025-11-25 22:12:29 +02:00
Fastfix
This commit is contained in:
2
docs/docusaurus/src/pages/index.js
vendored
2
docs/docusaurus/src/pages/index.js
vendored
@@ -23,7 +23,7 @@ function HomepageHeader() {
|
|||||||
particle.className = styles.particle;
|
particle.className = styles.particle;
|
||||||
|
|
||||||
// Позиционирование внутри header
|
// Позиционирование внутри header
|
||||||
particle.style.left = `${Math.random() * 100}%`;
|
particle.style.left = `${50 + Math.random() * 50}%`;
|
||||||
particle.style.top = `${Math.random() * 100}%`;
|
particle.style.top = `${Math.random() * 100}%`;
|
||||||
particle.style.width = `${Math.random() * 3 + 1}px`;
|
particle.style.width = `${Math.random() * 3 + 1}px`;
|
||||||
particle.style.height = particle.style.width;
|
particle.style.height = particle.style.width;
|
||||||
|
|||||||
@@ -1,5 +1,7 @@
|
|||||||
pipeline {
|
pipeline {
|
||||||
agent windows
|
agent {
|
||||||
|
label 'windows'
|
||||||
|
}
|
||||||
stages {
|
stages {
|
||||||
stage('Prepare'){
|
stage('Prepare'){
|
||||||
steps{
|
steps{
|
||||||
|
|||||||
@@ -1,5 +1,7 @@
|
|||||||
pipeline {
|
pipeline {
|
||||||
agent windows
|
agent {
|
||||||
|
label 'windows'
|
||||||
|
}
|
||||||
stages {
|
stages {
|
||||||
stage('Prepare'){
|
stage('Prepare'){
|
||||||
steps{
|
steps{
|
||||||
|
|||||||
Reference in New Issue
Block a user