Skip to content

Commit

Permalink
[COMPLIANCE] Add Copyright and License Headers (#2058)
Browse files Browse the repository at this point in the history
Co-authored-by: hashicorp-copywrite[bot] <110428419+hashicorp-copywrite[bot]@users.noreply.github.com>
Co-authored-by: Kendall Strautman Swarthout <[email protected]>
  • Loading branch information
1 parent aa780b0 commit a4c413c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/**
* Copyright (c) HashiCorp, Inc.
* SPDX-License-Identifier: MPL-2.0
*/

import { ReactNode } from 'react'
import AccordionDisclosure from 'components/accordion-disclosure'
import s from './mdx-accordion.module.css'
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/**
* Copyright (c) HashiCorp, Inc.
* SPDX-License-Identifier: MPL-2.0
*/

.accordionWrapper {
margin-top: 16px;
}

1 comment on commit a4c413c

@vercel
Copy link

@vercel vercel bot commented on a4c413c Jul 14, 2023

Choose a reason for hiding this comment

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

Please sign in to comment.