Skip to content

Commit 35b4a71

Browse files
fix link (#708)
1 parent e78718b commit 35b4a71

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

src/modules/explorer/pages/ProposalDetails/index.tsx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,11 @@ import { useDAOLambda } from "services/contracts/baseDAO/hooks/useDAOLambda"
3838
import { parseLambdaCode } from "utils"
3939

4040
const Container = styled(ContentContainer)({
41-
padding: "36px 45px"
41+
"padding": "36px 45px",
42+
"& a": {
43+
color: "#81feb7",
44+
textDecoration: "underline"
45+
}
4246
})
4347

4448
const HistoryItem = styled(Grid)(({ theme }: { theme: Theme }) => ({

src/modules/lite/explorer/components/ProposalDetailCard.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,6 @@ export const ProposalDetailCard: React.FC<{ poll: Poll | undefined; daoId: strin
209209
) : null}
210210
</Grid>
211211
</GridContainer>
212-
)
213212
</>
214213
)
215214
}

0 commit comments

Comments
 (0)