You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@linkis.apache.org by ca...@apache.org on 2022/06/01 13:15:21 UTC

[incubator-linkis-website] branch dev updated: fix the version page

This is an automated email from the ASF dual-hosted git repository.

casion pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-linkis-website.git


The following commit(s) were added to refs/heads/dev by this push:
     new d4dcaecff fix the version page
     new 70a8a321a Merge pull request #301 from Beacontownfc/mybranch
d4dcaecff is described below

commit d4dcaecff96396c03fb10736d87982739cf1e270
Author: Beacontownfc <19...@qq.com>
AuthorDate: Wed Jun 1 13:04:00 2022 +0000

    fix the version page
---
 src/pages/versions/index.js | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/pages/versions/index.js b/src/pages/versions/index.js
index 4f2fe1918..8f80ef999 100644
--- a/src/pages/versions/index.js
+++ b/src/pages/versions/index.js
@@ -2,7 +2,7 @@ import React, { useState }  from 'react';
 import useIsBrowser from '@docusaurus/useIsBrowser';
 import config from "../versions/config.json";
 import Layout from '@theme/Layout';
-import styls from './index.module.scss';
+import styles from './index.module.scss';
 
 export default function() {
     const isBrowser = useIsBrowser();
@@ -12,7 +12,7 @@ export default function() {
 
     return (
         <Layout>
-            <div className="styles.divone"><br/>
+            <div className={styles['divone']}><br/>
                 <h1>{dataSource.title}</h1>
                 <br/>
                 <h3>{dataSource.latestVersion}</h3>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@linkis.apache.org
For additional commands, e-mail: commits-help@linkis.apache.org