Skip to content

Commit

Permalink
Update DomainList.js
Browse files Browse the repository at this point in the history
  • Loading branch information
paritshivani authored Oct 7, 2024
1 parent 65b2c19 commit 85b10be
Showing 1 changed file with 1 addition and 27 deletions.
28 changes: 1 addition & 27 deletions packages/nulp_elite/src/pages/search/DomainList.js
Original file line number Diff line number Diff line change
Expand Up @@ -502,33 +502,7 @@ const DomainList = ({ globalSearchQuery }) => {
>

{error && <Alert severity="error">{error}</Alert>}
<Box
className="lern-box"
>
<Box>
<Grid container>
<Grid item xs={12} md={12} lg={12}>
<Box className="h1-title">
{t("LERN_title")}
</Box>
</Grid>
<Grid item xs={12} md={10} lg={10}>
<Box className='mt-20'>
{t("LERN_MESSAGE")}
</Box>
</Grid>
<Grid item xs={12} md={2} lg={2}>
<Box className='mt-20'>
{lernUser === 'nulp-lern' ? (
<a class="viewAll">{t("CREATE_CONTENT")}</a>
) : (
<a class="viewAll">{t("REQUEST_TO_CREATE")}</a>
)}
</Box>
</Grid>
</Grid>
</Box>
</Box>

<Box textAlign="center">
<p
style={{
Expand Down

0 comments on commit 85b10be

Please sign in to comment.