Skip to content

Commit

Permalink
Update DSC name and logo
Browse files Browse the repository at this point in the history
  • Loading branch information
Nirajn2311 committed Oct 13, 2021
1 parent 9fba40d commit e710ebd
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file removed src/assets/images/dev.jpg
Binary file not shown.
Binary file added src/assets/images/dev.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions src/components/sig.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import React from "react";
import algoImg from "../assets/images/algo.png";
import devImg from "../assets/images/dev.jpg";
import devImg from "../assets/images/dev.png";
import intelligenceImg from "../assets/images/intelligence.png";
import systemsImg from "../assets/images/systems.png";
import "../styles/sig.css";
Expand Down Expand Up @@ -35,7 +35,7 @@ export default function SIG() {
style={{ backgroundImage: `url(${devImg})` }}
></div>
<div className="sig-details col-lg-6 order-lg-1 showcase-text">
<h2>Development Group (DSC)</h2>
<h2>Google Developer Student Clubs</h2>
<p className="lead mb-0">
We focus on helping students bridge the gap between theory and
practice in software development. Students grow their knowledge in
Expand Down

0 comments on commit e710ebd

Please sign in to comment.