From b08f8212827336db191789a5c94d12e0dd905e8e Mon Sep 17 00:00:00 2001 From: suyanhanx Date: Sun, 3 Dec 2023 23:55:41 +0800 Subject: [PATCH 1/2] fix(website): folder name mismatch Signed-off-by: suyanhanx --- website/community/{index.md => index.mdx} | 0 website/src/components/{committers => Committers}/index.jsx | 0 .../src/components/{committers => Committers}/index.module.css | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename website/community/{index.md => index.mdx} (100%) rename website/src/components/{committers => Committers}/index.jsx (100%) rename website/src/components/{committers => Committers}/index.module.css (100%) diff --git a/website/community/index.md b/website/community/index.mdx similarity index 100% rename from website/community/index.md rename to website/community/index.mdx diff --git a/website/src/components/committers/index.jsx b/website/src/components/Committers/index.jsx similarity index 100% rename from website/src/components/committers/index.jsx rename to website/src/components/Committers/index.jsx diff --git a/website/src/components/committers/index.module.css b/website/src/components/Committers/index.module.css similarity index 100% rename from website/src/components/committers/index.module.css rename to website/src/components/Committers/index.module.css From 430bc2783a3723b303a5dc088d35c021c2df6661 Mon Sep 17 00:00:00 2001 From: suyanhanx Date: Sun, 3 Dec 2023 23:57:50 +0800 Subject: [PATCH 2/2] fix header Signed-off-by: suyanhanx --- .../components/Committers/index.module.css | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/website/src/components/Committers/index.module.css b/website/src/components/Committers/index.module.css index 80d8890edcc..fbaaea0c99c 100644 --- a/website/src/components/Committers/index.module.css +++ b/website/src/components/Committers/index.module.css @@ -1,3 +1,22 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + */ + .contributorAvatar { width: 50px; border-radius: 50%;