fix: slack link and BuildKite component (#1681)

Signed-off-by: Wei Hong <zxc37984@gmail.com>
This commit is contained in:
Wei 2024-05-29 19:32:34 +08:00 committed by GitHub
parent 7e1a02cbb8
commit 1fecaef9aa
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 30 additions and 17 deletions

View file

@ -1,15 +1,28 @@
/**
* Copyright (c) The OpenTofu Authors
* SPDX-License-Identifier: MPL-2.0
* Copyright (c) 2023 HashiCorp, Inc.
* SPDX-License-Identifier: MPL-2.0
*/
/**
* Copyright (c) The OpenTofu Authors
* SPDX-License-Identifier: MPL-2.0
* Copyright (c) 2023 HashiCorp, Inc.
* SPDX-License-Identifier: MPL-2.0
*/
import React from 'react';
import BuildKiteSVG from './buildkite.svg'
export default ({children, color}) => (
<p style={{textAlign: "center", padding: "1.5rem"}}><a href={"https://buildkite.com"} style={{display: "block", color: "#fff", textDecoration: "none"}}>
Thank you to <BuildKiteSVG style={{maxWidth: "50%", marginLeft: "auto", marginRight: "auto"}}/> for sponsoring the OpenTofu package hosting.
</a></p>
);
const BuildKite = () => {
return (
<p style={{ textAlign: "center", padding: "1.5rem" }}>
<a
href={"https://buildkite.com"}
style={{ display: "block", color: "#fff", textDecoration: "none" }}
>
Thank you to{" "}
<BuildKiteSVG
style={{ maxWidth: "50%", marginLeft: "auto", marginRight: "auto" }}
/>{" "}
for sponsoring the OpenTofu package hosting.
</a>
</p>
);
};
export default BuildKite;

View file

@ -121,7 +121,7 @@ If you encountered a bug, [please report it on GitHub](https://github.com/opento
## Troubleshooting
If you encounter any issues during the migration to OpenTofu, you can join the [OpenTofu Slack](/slack/) or ask on
If you encounter any issues during the migration to OpenTofu, you can join the <a href="/slack/">OpenTofu Slack</a> or ask on
[GitHub Discussions](https://github.com/orgs/opentofu/discussions).
### Error: Failed to query available provider packages

View file

@ -136,7 +136,7 @@ If you encountered a bug, [please report it on GitHub](https://github.com/opento
## Troubleshooting
If you encounter any issues during the migration to OpenTofu, you can join the [OpenTofu Slack](/slack/) or ask on
If you encounter any issues during the migration to OpenTofu, you can join the <a href="/slack/">OpenTofu Slack</a> or ask on
[GitHub Discussions](https://github.com/orgs/opentofu/discussions).
### Error: Failed to query available provider packages

View file

@ -148,7 +148,7 @@ If you encountered a bug, [please report it on GitHub](https://github.com/opento
## Troubleshooting
If you encounter any issues during the migration to OpenTofu, you can join the [OpenTofu Slack](/slack/) or ask on
If you encounter any issues during the migration to OpenTofu, you can join the <a href="/slack/">OpenTofu Slack</a> or ask on
[GitHub Discussions](https://github.com/orgs/opentofu/discussions).
### Error: Failed to query available provider packages

View file

@ -147,7 +147,7 @@ If you encountered a bug, [please report it on GitHub](https://github.com/opento
## Troubleshooting
If you encounter any issues during the migration to OpenTofu, you can join the [OpenTofu Slack](/slack/) or ask on
If you encounter any issues during the migration to OpenTofu, you can join the <a href="/slack/">OpenTofu Slack</a> or ask on
[GitHub Discussions](https://github.com/orgs/opentofu/discussions).
### Error: Failed to query available provider packages

View file

@ -100,7 +100,7 @@ If you encountered a bug, [please report it on GitHub](https://github.com/opento
## Troubleshooting
If you encounter any issues during the migration to OpenTofu, you can join the [OpenTofu Slack](/slack/) or ask on
If you encounter any issues during the migration to OpenTofu, you can join the <a href="/slack/">OpenTofu Slack</a> or ask on
[GitHub Discussions](https://github.com/orgs/opentofu/discussions).
### Error: Failed to query available provider packages