Skip to content

Commit

Permalink
Add gitlab icon to tv page
Browse files Browse the repository at this point in the history
  • Loading branch information
gholi-dev committed Sep 23, 2023
1 parent 7e3fa55 commit ab61379
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pages/tv/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -285,18 +285,19 @@ const Videos = () => {

<Section
name={"راه اندازی CI/CD"}
platform="github"
style={{ marginTop: 40 }}
badge={"Continuous Integration and Continuous Delivery"}
setOpenDialog={setOpenDialog}
links={[
{
videoTitle: "راه اندازی CI/CD به وسیله GitHub",
link: "https://files.liara.ir/liara/CICD/cicd-github.mp4",
platform: "github",
},
{
videoTitle: "راه اندازی CI/CD به وسیله GitLab",
link: "https://files.liara.ir/liara/CICD/cicd-gitlab.mp4",
platform: "gitlab",
},
]}
/>
Expand Down

0 comments on commit ab61379

Please sign in to comment.