diff --git a/website/src/theme/Blog/Components/Author/styles.module.css b/website/src/theme/Blog/Components/Author/styles.module.css index a9ee3f0e43d..5251af55a11 100644 --- a/website/src/theme/Blog/Components/Author/styles.module.css +++ b/website/src/theme/Blog/Components/Author/styles.module.css @@ -1,3 +1,10 @@ +/** + * Copyright (c) Meta Platforms, Inc. and affiliates. + * + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. + */ + .authorImage { background: var(--home-hero-grid-icon); --ifm-avatar-photo-size: 3.6rem; diff --git a/website/src/theme/DocItem/Footer/styles.module.css b/website/src/theme/DocItem/Footer/styles.module.css index 83a6ef7cdd5..b5eea27caa8 100644 --- a/website/src/theme/DocItem/Footer/styles.module.css +++ b/website/src/theme/DocItem/Footer/styles.module.css @@ -1,3 +1,10 @@ +/** + * Copyright (c) Meta Platforms, Inc. and affiliates. + * + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. + */ + .lastUpdated { margin-top: 0.2rem; font-style: italic;